|
@@ -58,28 +58,28 @@
|
|
|
<name>match_exp</name>
|
|
|
<type>string</type>
|
|
|
<size>64</size>
|
|
|
- <description>Matching expresion (regexp or string).</description>
|
|
|
+ <description>Matching expression (regexp or string).</description>
|
|
|
</column>
|
|
|
|
|
|
<column id="match_len">
|
|
|
<name>match_len</name>
|
|
|
<type>int</type>
|
|
|
<size>11</size>
|
|
|
- <description>Length of the matching expresion (used only for equal operator).</description>
|
|
|
+ <description>Length of the matching expression (used only for equal operator).</description>
|
|
|
</column>
|
|
|
|
|
|
<column id="subst_exp">
|
|
|
<name>subst_exp</name>
|
|
|
<type>string</type>
|
|
|
<size>64</size>
|
|
|
- <description>Substitution expresion.</description>
|
|
|
+ <description>Substitution expression.</description>
|
|
|
</column>
|
|
|
|
|
|
<column id="repl_exp">
|
|
|
<name>repl_exp</name>
|
|
|
<type>string</type>
|
|
|
<size>256</size>
|
|
|
- <description>Replacement expresion (sed like).</description>
|
|
|
+ <description>Replacement expression (sed like).</description>
|
|
|
</column>
|
|
|
|
|
|
<column id="attrs">
|