talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 4d0ed65c53d4c9377238d83afffc6f9033aa161a
parent d371ee55518909b81f07af3df6cee32e4f54365e
Author: Ricardo Mones <ricardo@mones.org>
Date:   Tue, 23 Sep 2014 13:58:18 +0200

Fix typos reported on irc (thanks!)

Diffstat:
Msrc/matcher.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/matcher.c b/src/matcher.c @@ -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)