summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/spf.c2
1 files changed, 1 insertions, 1 deletions
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 ++;