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/map.c | |
parent | a8454492fdd0eb5a005ff8ef52fad69f43baffe2 (diff) | |
download | FreeBSD-src-dd85ece875ddc33130bf7526bae9ff3c1eaf76e7.zip FreeBSD-src-dd85ece875ddc33130bf7526bae9ff3c1eaf76e7.tar.gz |
Import sendmail 8.14.5
Diffstat (limited to 'src/map.c')
-rw-r--r-- | src/map.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ #include <sendmail.h> -SM_RCSID("@(#)$Id: map.c,v 8.705 2009/08/11 22:22:40 ca Exp $") +SM_RCSID("@(#)$Id: map.c,v 8.706 2010/07/27 03:35:42 ca Exp $") #if LDAPMAP # include <sm/ldap.h> @@ -5985,7 +5985,7 @@ stab_map_store(map, lhs, rhs) /* ** STAB_MAP_OPEN -- initialize (reads data file) ** -** This is a wierd case -- it is only intended as a fallback for +** This is a weird case -- it is only intended as a fallback for ** aliases. For this reason, opens for write (only during a ** "newaliases") always fails, and opens for read open the ** actual underlying text file instead of the database. |