[master] 6754d4993 Typo

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Sep 12 09:51:06 UTC 2018


commit 6754d4993c32e473e1ae20241dc6d4441597bade
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Wed Sep 12 11:50:35 2018 +0200

    Typo

diff --git a/doc/sphinx/reference/vmod.rst b/doc/sphinx/reference/vmod.rst
index 288653bab..98733b390 100644
--- a/doc/sphinx/reference/vmod.rst
+++ b/doc/sphinx/reference/vmod.rst
@@ -430,7 +430,7 @@ STRANDS
 	struct with the following members:
 
 	* ``int n``: the number of strings
-	* ``const char p[]``: the array of strings with `n` elements
+	* ``const char **p``: the array of strings with `n` elements
 
 TIME
 	C-type: ``double``
@@ -535,7 +535,7 @@ requiring per-task / per top-request state for object instances need
 to implement other means to associate storage with object instances.
 
 Using ``VRT_priv_task()`` to maintin per object instance state is a
-convenient yet inofficial interface which was not originally intended
+convenient yet unofficial interface which was not originally intended
 for this purpose and will likely be replaced with a more suitable
 interface.
 


More information about the varnish-commit mailing list