From 618b02416dbfce79ef271d82790f5385dcfd609f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 2 Sep 2002 09:02:40 +0000 Subject: [PATCH] small typo, kai is german :-) (This used to be commit f435bf0095694a283db47e33c9eb1b5b6df13d03) --- source3/include/sam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/include/sam.h b/source3/include/sam.h index a2d980c2e3e..1fca8ec4f6c 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; -- 2.11.4.GIT