From 21aaa719b5c3bc59216fcb2cc81a3c8e69ce12fe Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sat, 5 Jun 2004 03:37:27 +0000 Subject: r1026: Spelling. (This used to be commit b7fe73613acf5423b77fd91c56849351bf386960) --- source4/libads/ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libads/ldap.c') 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; } -- cgit