Fix typos reported on irc (thanks!)

This commit is contained in:
Ricardo Mones 2014-09-23 13:58:18 +02:00
parent d371ee5551
commit 4d0ed65c53

View 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)