diff options
-rw-r--r-- | source3/include/passdb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 8d40bbfd26..be1f236e39 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; |