diff options
author | Rafal Szczesniak <mimir@samba.org> | 2004-01-07 21:50:30 +0000 |
---|---|---|
committer | Rafal Szczesniak <mimir@samba.org> | 2004-01-07 21:50:30 +0000 |
commit | e439a065856a9e43f2a80e10ab1c98bb8117aaa0 (patch) | |
tree | 10f34f7de1861eaf14b3460caba35f5f8ca42bd8 | |
parent | 6f71333c082e362caeec6c4cca483b9e2014cc22 (diff) | |
download | samba-e439a065856a9e43f2a80e10ab1c98bb8117aaa0.tar.gz samba-e439a065856a9e43f2a80e10ab1c98bb8117aaa0.tar.bz2 samba-e439a065856a9e43f2a80e10ab1c98bb8117aaa0.zip |
Typo fix.
rafal
(This used to be commit 4a2bd4de3f5a99bc19013a2878659e8686606e30)
-rw-r--r-- | source3/passdb/passdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/passdb.c b/source3/passdb/passdb.c index 7f1861f0bf..8fbd8d4cdc 100644 --- a/source3/passdb/passdb.c +++ b/source3/passdb/passdb.c @@ -164,7 +164,7 @@ NTSTATUS pdb_init_sam_talloc(TALLOC_CTX *mem_ctx, SAM_ACCOUNT **user) /************************************************************* - Alloc memory and initialises a struct sam_passwd. + Allocates memory and initialises a struct sam_passwd. ************************************************************/ NTSTATUS pdb_init_sam(SAM_ACCOUNT **user) |