From ad88390a400b0506735fd99a92d96bef29dd5c06 Mon Sep 17 00:00:00 2001
From: Rafal Szczesniak <mimir@samba.org>
Date: Thu, 20 Nov 2003 23:54:13 +0000
Subject: Typo fix. (This used to be commit
 d1394f02cb0e369701217ce6610f4efe54438c3a)

---
 source3/include/passdb.h | 4 ++--
 1 file 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;
 
-- 
cgit