diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-04-07 19:58:47 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-04-07 20:05:21 +0200 |
commit | a103222e0b679d68684681c871ac912f279afc1b (patch) | |
tree | 20e3f8bbc9f4601f19290f392ba5ef3dbc01bb12 /source3/libgpo | |
parent | 6343cab3086f5795c8428eddcb966ba8b72d3511 (diff) | |
download | samba-a103222e0b679d68684681c871ac912f279afc1b.tar.gz samba-a103222e0b679d68684681c871ac912f279afc1b.tar.xz samba-a103222e0b679d68684681c871ac912f279afc1b.zip |
s3/gpo_ldap: Fix typo.
Karolin
Diffstat (limited to 'source3/libgpo')
-rw-r--r-- | source3/libgpo/gpo_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libgpo/gpo_ldap.c b/source3/libgpo/gpo_ldap.c index 882804b09a8..716b8729c33 100644 --- a/source3/libgpo/gpo_ldap.c +++ b/source3/libgpo/gpo_ldap.c @@ -453,7 +453,7 @@ ADS_STATUS ads_delete_gpo_link(ADS_STRUCT *ads, } /**************************************************************** - get a GROUP_POLICY_OBJECT structure based on different input paramters + get a GROUP_POLICY_OBJECT structure based on different input parameters ****************************************************************/ ADS_STATUS ads_get_gpo(ADS_STRUCT *ads, |