diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2011-06-14 03:55:17 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2011-06-14 03:55:17 +0000 |
commit | dd85ece875ddc33130bf7526bae9ff3c1eaf76e7 (patch) | |
tree | 3da31162aa07f4cb18ea5da754f721c4e84a21c5 /src/parseaddr.c | |
parent | a8454492fdd0eb5a005ff8ef52fad69f43baffe2 (diff) | |
download | FreeBSD-src-dd85ece875ddc33130bf7526bae9ff3c1eaf76e7.zip FreeBSD-src-dd85ece875ddc33130bf7526bae9ff3c1eaf76e7.tar.gz |
Import sendmail 8.14.5
Diffstat (limited to 'src/parseaddr.c')
-rw-r--r-- | src/parseaddr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parseaddr.c b/src/parseaddr.c index 19bcf73..9135c22 100644 --- a/src/parseaddr.c +++ b/src/parseaddr.c @@ -13,7 +13,7 @@ #include <sendmail.h> -SM_RCSID("@(#)$Id: parseaddr.c,v 8.403 2008/02/08 02:27:35 ca Exp $") +SM_RCSID("@(#)$Id: parseaddr.c,v 8.404 2010/07/27 03:35:42 ca Exp $") #include <sm/sendmail.h> #include "map.h" @@ -319,7 +319,7 @@ delim: ** is invalid and should be "repaired". ** ** Returns: -** true -- if the address has any "wierd" characters or +** true -- if the address has any "weird" characters or ** non-printable characters or if a quote is unbalanced. ** false -- otherwise. */ |