From: Andrej Zverev Date: Fri, 18 Jun 2010 13:53:10 +0000 (+0400) Subject: * Fix misprint X-Git-Tag: 0.3.1~98^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=49033b75e795a022571d74efa021f6c6a3ed69d8;p=rspamd.git * Fix misprint --- diff --git a/src/spf.c b/src/spf.c index 0d2e28c64..0cc1bf53e 100644 --- a/src/spf.c +++ b/src/spf.c @@ -1035,7 +1035,7 @@ start_spf_parse (struct spf_record *rec, char *begin) /* Skip one number of record, so no we are here spf2.0/ */ begin += sizeof (SPF_VER2_STR); if (*begin != '/') { - msg_info ("sender id string has not valid skope"); + msg_info ("sender id string has invalid scope"); } else { begin ++;