[4.0] 21a1ae5 fix a typo
Lasse Karstensen
lkarsten at varnish-software.com
Mon Sep 22 16:38:24 CEST 2014
commit 21a1ae5850339a6405e44b390d7d102774c3ed79
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Fri Aug 29 14:32:19 2014 +0200
fix a typo
diff --git a/lib/libvarnish/vas.c b/lib/libvarnish/vas.c
index d63763d..9380b6c 100644
--- a/lib/libvarnish/vas.c
+++ b/lib/libvarnish/vas.c
@@ -49,7 +49,7 @@ VAS_Fail_default(const char *func, const char *file, int line,
func, file, line, cond);
} else if (kind == VAS_INCOMPLETE) {
fprintf(stderr,
- "Incompelte code in %s(), %s line %d:\n",
+ "Incomplete code in %s(), %s line %d:\n",
func, file, line);
} else if (kind == VAS_WRONG) {
fprintf(stderr,
More information about the varnish-commit
mailing list