diff options
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; } |