From 98ed31a107ee6c02d12253d175834359deaa2a64 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 17 Jun 2008 09:44:21 +0200 Subject: Fix typo. arguements -> arguments Karolin (This used to be commit 16b5b772d216d10613d433884634b1215efbd6e6) --- source3/winbindd/idmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd') 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; -- cgit