summaryrefslogtreecommitdiffstats
path: root/iptables/iptables.xslt
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2015-09-06 09:22:30 +0300
committerPablo Neira Ayuso <pablo@netfilter.org>2015-09-07 20:24:59 +0200
commit92dc4f6e0efeb55b1635790147b3dcac327f308f (patch)
treed26597f8a9a413e206ffb685367eb20a28013f8a /iptables/iptables.xslt
parent5d4a3ec2c8d8fbe8ea25ae5985ca344b740ff90f (diff)
iptables: Spelling fixes
While at it, update comment format for the respective blocks. Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'iptables/iptables.xslt')
-rw-r--r--iptables/iptables.xslt2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/iptables.xslt b/iptables/iptables.xslt
index d6a432cf..afe6d0d0 100644
--- a/iptables/iptables.xslt
+++ b/iptables/iptables.xslt
@@ -13,7 +13,7 @@
<!-- output conditions of a rule but not an action -->
<xsl:template match="iptables-rules/table/chain/rule/conditions/*">
- <!-- <match> is the psuedo module when a match module doesn't need to be loaded
+ <!-- <match> is the pseudo module when a match module doesn't need to be loaded
and when -m does not need to be inserted -->
<xsl:if test="name() != 'match'">
<xsl:text> -m </xsl:text><xsl:value-of select="name()"/>