From 81c7d152b2cb8fafa3d510c3d35fb86bae1e0856 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 4 Jun 2007 14:48:26 +0000 Subject: [PATCH] r23340: Fix typo in debug ouput. Found by Karolin Seeger . Michael --- source/nsswitch/idmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/nsswitch/idmap.c b/source/nsswitch/idmap.c index 8f3e7c465e4..0309697b201 100644 --- a/source/nsswitch/idmap.c +++ b/source/nsswitch/idmap.c @@ -427,7 +427,7 @@ NTSTATUS idmap_init(void) /* check the set_mapping function exists otherwise mark the module as readonly */ if ( ! dom->methods->set_mapping) { - DEBUG(5, ("Forcing to readonly, as ithis module can't store arbitrary mappings.\n")); + DEBUG(5, ("Forcing to readonly, as this module can't store arbitrary mappings.\n")); dom->readonly = True; } -- 2.47.3