diff options
author | Volker Lendecke <vlendec@samba.org> | 2002-09-02 09:02:40 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2002-09-02 09:02:40 +0000 |
commit | 618b02416dbfce79ef271d82790f5385dcfd609f (patch) | |
tree | ebef146da1c134b7456bab815a44fb126b5d02e8 /source3/include/sam.h | |
parent | 1f914af0ecd688e12c533c9eac6a1eadd2675022 (diff) | |
download | samba-618b02416dbfce79ef271d82790f5385dcfd609f.tar.gz samba-618b02416dbfce79ef271d82790f5385dcfd609f.tar.bz2 samba-618b02416dbfce79ef271d82790f5385dcfd609f.zip |
small typo, kai is german :-)
(This used to be commit f435bf0095694a283db47e33c9eb1b5b6df13d03)
Diffstat (limited to 'source3/include/sam.h')
-rw-r--r-- | source3/include/sam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/sam.h b/source3/include/sam.h index a2d980c2e3..1fca8ec4f6 100644 --- a/source3/include/sam.h +++ b/source3/include/sam.h @@ -107,7 +107,7 @@ typedef struct sam_group_handle { char *name; char *comment; DOM_SID sid; - int32 flags; /* specifies if the group is a lokal group or a global group */ + int32 flags; /* specifies if the group is a local group or a global group */ uint32 num_members; PRIVILEGE_SET privileges; } private; |