Fix typos reported on irc (thanks!)
authorRicardo Mones <ricardo@mones.org>
Tue, 23 Sep 2014 11:58:18 +0000 (13:58 +0200)
committerRicardo Mones <ricardo@mones.org>
Tue, 23 Sep 2014 11:58:18 +0000 (13:58 +0200)
src/matcher.c

index 1f191d973650f59fcd6f2919a73c04d3f52b7514..ad58ed26c8f6ba352d109b8798e46f1ca109409f 100644 (file)
@@ -1351,7 +1351,7 @@ static gboolean matcherprop_match_one_header(MatcherProp *matcher,
                        gint match = MATCH_ONE;
                        gboolean found = FALSE;
 
-                       /* how many address headers are me trying to mach? */
+                       /* how many address headers are we trying to match? */
                        if (strcasecmp(matcher->header, "Any") == 0)
                                match = MATCH_ANY;
                        else if (strcasecmp(matcher->header, "All") == 0)