diff options
author | Tim Potter <tpot@samba.org> | 2004-06-05 03:37:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:30 -0500 |
commit | 21aaa719b5c3bc59216fcb2cc81a3c8e69ce12fe (patch) | |
tree | 1c3ca6ebc3eb59bb94a5efe3c77595166f32dd00 /source4/libads | |
parent | 5b04ca8080708573207eb58f2c2b207780a6ea28 (diff) | |
download | samba-21aaa719b5c3bc59216fcb2cc81a3c8e69ce12fe.tar.gz samba-21aaa719b5c3bc59216fcb2cc81a3c8e69ce12fe.tar.bz2 samba-21aaa719b5c3bc59216fcb2cc81a3c8e69ce12fe.zip |
r1026: Spelling.
(This used to be commit b7fe73613acf5423b77fd91c56849351bf386960)
Diffstat (limited to 'source4/libads')
-rw-r--r-- | source4/libads/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libads/ldap.c b/source4/libads/ldap.c index 0abdb3f106..2954c286ab 100644 --- a/source4/libads/ldap.c +++ b/source4/libads/ldap.c @@ -1661,7 +1661,7 @@ char **ads_pull_strings_range(ADS_STRUCT *ads, } if (!attr) { ber_free(ptr, 0); - /* nothing here - this feild is just empty */ + /* nothing here - this field is just empty */ *more_strings = False; return NULL; } |