summaryrefslogtreecommitdiff
path: root/libgpo/gpo_ldap.c
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2015-07-26 23:02:57 +0200
committerAndrew Bartlett <abartlet@samba.org>2015-11-06 13:43:45 +0100
commitc315fce17ef11a23c24fc92b7475ac3a3ac55032 (patch)
treec6a1598038ed82db02cc948b1fba74c83265c85e /libgpo/gpo_ldap.c
parentf3033a1943462f98e994f095ed5805be27acadd0 (diff)
downloadsamba-c315fce17ef11a23c24fc92b7475ac3a3ac55032.tar.gz
Fix various spelling errors
Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Nov 6 13:43:45 CET 2015 on sn-devel-104
Diffstat (limited to 'libgpo/gpo_ldap.c')
-rw-r--r--libgpo/gpo_ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpo/gpo_ldap.c b/libgpo/gpo_ldap.c
index f797c2f8ad5..9a95f8be028 100644
--- a/libgpo/gpo_ldap.c
+++ b/libgpo/gpo_ldap.c
@@ -295,7 +295,7 @@ ADS_STATUS ads_add_gpo_link(ADS_STRUCT *ads,
const char *gp_link, *gp_link_new;
ADS_MODLIST mods;
- /* although ADS allows to set anything here, we better check here if
+ /* although ADS allows one to set anything here, we better check here if
* the gpo_dn is sane */
if (!strnequal(gpo_dn, "LDAP://CN={", strlen("LDAP://CN={")) != 0) {