diff options
author | Günther Deschner <gd@samba.org> | 2006-02-22 14:07:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:03 -0500 |
commit | fd2f09d6bab8042a0e9012d0f1458d69b35d88ea (patch) | |
tree | 3a117d361821773f68e2e74c69c988950f62ad2d | |
parent | ecdfe60bcafc60dc1824c72a194d6242fb54ab34 (diff) | |
download | samba-fd2f09d6bab8042a0e9012d0f1458d69b35d88ea.tar.gz samba-fd2f09d6bab8042a0e9012d0f1458d69b35d88ea.tar.bz2 samba-fd2f09d6bab8042a0e9012d0f1458d69b35d88ea.zip |
r13634: Fix typo.
Guenther
(This used to be commit cd569446a1bbfca08ff16a06b3af7bb94986a5ad)
-rw-r--r-- | source4/librpc/idl/samr.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index dfa856f385..d511a4f332 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -390,7 +390,7 @@ typedef struct { lsa_String description; - } samr_GroupInfoDesciption; + } samr_GroupInfoDescription; typedef enum { GROUPINFOALL = 1, |