aboutsummaryrefslogtreecommitdiffstats
path: root/filter/vfoldertypes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'filter/vfoldertypes.xml')
-rw-r--r--filter/vfoldertypes.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/filter/vfoldertypes.xml b/filter/vfoldertypes.xml
index e00118985f..13e2ebd96a 100644
--- a/filter/vfoldertypes.xml
+++ b/filter/vfoldertypes.xml
@@ -10,15 +10,15 @@
<rule name="to-address">
<code>
- (match-all (header-contains "To" ${receipient}))
+ (match-all (header-contains "To" ${recipient}))
</code>
- <description lang="en">The To address matches <source type="address" name="receipient">receipients</source>.</description>
+ <description lang="en">The To address matches <source type="address" name="recipient">recipients</source>.</description>
</rule>
<rule name="cc-address-other">
<code>
- (match-all (header-contains "CC" ${receipient}))
+ (match-all (header-contains "CC" ${recipient}))
</code>
- <description lang="en">The Cc address matches <source type="address" name="receipient">receipients</source>.</description>
+ <description lang="en">The Cc address matches <source type="address" name="recipient">recipients</source>.</description>
</rule>
<rule name="subject-contains">
@@ -48,7 +48,7 @@
<code>
(match-all (not (header-contains "To" ${self-email})))
</code>
- <description language="en">I am the receipient.</description>
+ <description language="en">I am the recipient.</description>
</rule>
<rule name="not-body-contains">
<code>