Browse Source

textopsx: Fix typos in module documentation

Florian Floimair 7 years ago
parent
commit
16cf43c25c
2 changed files with 4 additions and 4 deletions
  1. 3 3
      src/modules/textopsx/doc/functions.xml
  2. 1 1
      src/modules/textopsx/doc/selects.xml

+ 3 - 3
src/modules/textopsx/doc/functions.xml

@@ -200,7 +200,7 @@ append_hf_value("foo[-1]", "$var(Bar)") # try add value to the last header, if n
 	<para>
 	<para>
 		Insert new header value before an existing header, if no index acquired insert before first
 		Insert new header value before an existing header, if no index acquired insert before first
 		hf header. Note that a header may consist of comma delimited list of values.
 		hf header. Note that a header may consist of comma delimited list of values.
-		To insert value behing last value use <function>appenf_hf_value</function>.
+		To insert value behind last value use <function>appenf_hf_value</function>.
 	</para>
 	</para>
 	<para>Meaning of the parameters is as follows:</para>
 	<para>Meaning of the parameters is as follows:</para>
 	<itemizedlist>
 	<itemizedlist>
@@ -302,7 +302,7 @@ remove_hf_value2("foo[*].bar") # for each foo delete bar parameters
 	    </listitem>
 	    </listitem>
 	    <listitem>
 	    <listitem>
 			<para><emphasis>hvalue</emphasis> - Value to be assigned, config var
 			<para><emphasis>hvalue</emphasis> - Value to be assigned, config var
-				formatting supported. If value is empty then no equal sign apears in param.
+				formatting supported. If value is empty then no equal sign appears in param.
 		</para>
 		</para>
 	    </listitem>
 	    </listitem>
 	</itemizedlist>
 	</itemizedlist>
@@ -338,7 +338,7 @@ assign_hf_value("foo[*].bar", "")  # set empty value (ex. lr)
 	    </listitem>
 	    </listitem>
 	    <listitem>
 	    <listitem>
 			<para><emphasis>hvalue</emphasis> - Value to be assigned, config var formatting supported.
 			<para><emphasis>hvalue</emphasis> - Value to be assigned, config var formatting supported.
-				If value is empty then no equal sign apears in param.
+				If value is empty then no equal sign appears in param.
 		</para>
 		</para>
 	    </listitem>
 	    </listitem>
 	</itemizedlist>
 	</itemizedlist>

+ 1 - 1
src/modules/textopsx/doc/selects.xml

@@ -13,7 +13,7 @@
 		@hf_value.HFNAME[IDX]    # idx value, negative value counts from bottom
 		@hf_value.HFNAME[IDX]    # idx value, negative value counts from bottom
 		@hf_value.HFNAME.PARAM_NAME
 		@hf_value.HFNAME.PARAM_NAME
 		@hf_value.HFNAME[IDX].PARAM_NAME
 		@hf_value.HFNAME[IDX].PARAM_NAME
-		@hf_value.HFNAME.p.PARAM_NAME  # or .param., useful if requred called "uri", "p", "param"
+		@hf_value.HFNAME.p.PARAM_NAME  # or .param., useful if required called "uri", "p", "param"
 		@hf_value.HFNAME[IDX].p.PARAM_NAME # dtto
 		@hf_value.HFNAME[IDX].p.PARAM_NAME # dtto
 		@hf_value.HFNAME[IDX].uri # (&lt; &amp; &gt; excluded)
 		@hf_value.HFNAME[IDX].uri # (&lt; &amp; &gt; excluded)
 		@hf_value.HFNAME[*]     # return comma delimited list of all values (combines headers)
 		@hf_value.HFNAME[*]     # return comma delimited list of all values (combines headers)