From 382e96a6142ef0e7455f235235059daeaf268d1e Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Thu, 20 Nov 2003 23:56:42 +0000 Subject: Typo fix. (This used to be commit 5054a1731e3bf3bec0687304af63fed475d5f864) --- source3/include/passdb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/include/passdb.h b/source3/include/passdb.h index a4b2bcff3f..3e9036aef7 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -98,7 +98,7 @@ typedef struct sam_passwd struct pdb_methods *methods; struct user_data { - /* initiailization flags */ + /* initialization flags */ struct bitmap *change_flags; struct bitmap *set_flags; @@ -161,7 +161,7 @@ typedef struct sam_group { struct pdb_methods *methods; struct group_data { - /* initiailization flags */ + /* initialization flags */ struct bitmap *change_flags; struct bitmap *set_flags; -- cgit