summaryrefslogtreecommitdiffstats
path: root/iptables/iptables.xslt
diff options
context:
space:
mode:
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()"/>