|
|
Author: gd
Date: 2006-02-22 14:07:04 +0000 (Wed, 22 Feb 2006)
New Revision: 13634
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13634
Log:
Fix typo.
Guenther
Modified:
branches/SAMBA_4_0/source/librpc/idl/samr.idl
Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/samr.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/samr.idl 2006-02-22 14:05:49 UTC
(rev 13633)
+++ branches/SAMBA_4_0/source/librpc/idl/samr.idl 2006-02-22 14:07:04 UTC
(rev 13634)
@@ -390,7 +390,7 @@
typedef struct {
lsa_String description;
- } samr_GroupInfoDesciption;
+ } samr_GroupInfoDescription;
typedef enum {
GROUPINFOALL = 1,
|
|