[6.0] f32e2bc11 Spelling

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Oct 31 13:08:22 UTC 2018


commit f32e2bc114be4b08135932a3b5937f40d628695e
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Mon Sep 24 23:25:46 2018 +0100

    Spelling

diff --git a/bin/varnishtest/vtc_http2.c b/bin/varnishtest/vtc_http2.c
index 764710f35..404b68da0 100644
--- a/bin/varnishtest/vtc_http2.c
+++ b/bin/varnishtest/vtc_http2.c
@@ -1213,7 +1213,7 @@ cmd_var_resolve(const struct stream *s, const char *spec, char *buf)
 /* SECTION: stream.spec.frame_sendhex sendhex
  *
  * Push bytes directly on the wire. sendhex takes exactly one argument: a string
- * describing the bytes, in hex notation, will possible whitespaces between
+ * describing the bytes, in hex notation, with possible whitespaces between
  * them. Here's an example::
  *
  *	sendhex "00 00 08 00 0900	8d"
diff --git a/lib/libvmod_std/vmod_std.c b/lib/libvmod_std/vmod_std.c
index 5d7aa3b8d..ef801f11b 100644
--- a/lib/libvmod_std/vmod_std.c
+++ b/lib/libvmod_std/vmod_std.c
@@ -300,7 +300,7 @@ vmod_syntax(VRT_CTX, VCL_REAL r)
 	assert(ctx->syntax == 40 || ctx->syntax == 41);
 	/*
 	 * We need to be careful because non-integer numbers have imprecise
-	 * IEE754 represenation (4.1 is 0x1.0666666666666p+2 = 4.09999...)
+	 * IEE754 representation (4.1 is 0x1.0666666666666p+2 = 4.09999...)
 	 * By scaling up and rounding, this is taken care of.
 	 */
 	return (round(r * 10) <= ctx->syntax);


More information about the varnish-commit mailing list