diff options
author | Rafal Szczesniak <mimir@samba.org> | 2003-11-20 23:56:42 +0000 |
---|---|---|
committer | Rafal Szczesniak <mimir@samba.org> | 2003-11-20 23:56:42 +0000 |
commit | 382e96a6142ef0e7455f235235059daeaf268d1e (patch) | |
tree | f93297d5cd045fbc80c01214a9d0a50a334c7e90 /source3/include | |
parent | 8614cc504e0ae85168b6e82c0be83d9bc79f4b84 (diff) | |
download | samba-382e96a6142ef0e7455f235235059daeaf268d1e.tar.gz samba-382e96a6142ef0e7455f235235059daeaf268d1e.tar.bz2 samba-382e96a6142ef0e7455f235235059daeaf268d1e.zip |
Typo fix.
(This used to be commit 5054a1731e3bf3bec0687304af63fed475d5f864)
Diffstat (limited to 'source3/include')
-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 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; |