diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-06-17 09:44:21 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-06-17 09:46:17 +0200 |
commit | 98ed31a107ee6c02d12253d175834359deaa2a64 (patch) | |
tree | 8572f4cfeb6cefa245b1c2dd55f738a54159bbcd /source3/winbindd | |
parent | 13eab02679a012b332beed28b0a4fc05cb9fd258 (diff) | |
download | samba-98ed31a107ee6c02d12253d175834359deaa2a64.tar.gz samba-98ed31a107ee6c02d12253d175834359deaa2a64.tar.bz2 samba-98ed31a107ee6c02d12253d175834359deaa2a64.zip |
Fix typo.
arguements -> arguments
Karolin
(This used to be commit 16b5b772d216d10613d433884634b1215efbd6e6)
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/idmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/idmap.c b/source3/winbindd/idmap.c index 10807e6640..d710dd2ce3 100644 --- a/source3/winbindd/idmap.c +++ b/source3/winbindd/idmap.c @@ -345,7 +345,7 @@ NTSTATUS idmap_init(void) goto done; } - /* separate the backend and module arguements */ + /* separate the backend and module arguments */ if ((p = strchr(compat_backend, ':')) != NULL) { *p = '\0'; compat_params = p + 1; |