[master] bc35cd7 no detail too small

Nils Goroll nils.goroll at uplex.de
Wed Apr 4 15:08:10 UTC 2018


commit bc35cd716ce1849afe5f16e581e6fe325ded8fda
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Apr 4 17:06:58 2018 +0200

    no detail too small

diff --git a/bin/varnishd/storage/storage_umem.c b/bin/varnishd/storage/storage_umem.c
index 5471331..db8178a 100644
--- a/bin/varnishd/storage/storage_umem.c
+++ b/bin/varnishd/storage/storage_umem.c
@@ -307,7 +307,7 @@ smu_init(struct stevedore *parent, int ac, char * const *av)
 		if ((u != (uintmax_t)(size_t)u))
 			ARGV_ERR("(-sumem) size \"%s\": too big\n", av[0]);
 		if (u < 1024*1024)
-			ARGV_ERR("(-sumem) size \"%s\": too smull, "
+			ARGV_ERR("(-sumem) size \"%s\": too small, "
 				 "did you forget to specify M or G?\n", av[0]);
 		sc->smu_max = u;
 	}


More information about the varnish-commit mailing list