[master] ff65d4a Corrected typo
Tollef Fog Heen
tfheen at varnish-cache.org
Mon Jul 1 14:34:45 CEST 2013
commit ff65d4ad09f1dde9a62c1716837e35d9e69156ab
Author: InvertedAcceleration <chris.magee at velocity42.com>
Date: Tue Jun 18 14:12:00 2013 +0200
Corrected typo
diff --git a/doc/sphinx/reference/vmod.rst b/doc/sphinx/reference/vmod.rst
index 6d5d0ca..1cfaf25 100644
--- a/doc/sphinx/reference/vmod.rst
+++ b/doc/sphinx/reference/vmod.rst
@@ -275,7 +275,7 @@ When to lock, and when not to lock
Varnish is heavily multithreaded, so by default VMODs must implement
their own locking to protect shared resources.
-When a VCL is loaded or unloaded, the initializtion and teardown
+When a VCL is loaded or unloaded, the initialization and teardown
is run sequentially in a single thread, and there is guaranteed
to be no other activity related to this particular VCL, nor are
there init/fini activity in any other VCL or VMOD at this time.
More information about the varnish-commit
mailing list