From 2179c6a8f843d9db5860b6c91d154d288f28d741 Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Sun, 11 Apr 2010 18:43:56 +0300 Subject: [PATCH] s4: fix a typo --- source4/param/provision.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/param/provision.c b/source4/param/provision.c index 1e518ffe1f..91260c6326 100644 --- a/source4/param/provision.c +++ b/source4/param/provision.c @@ -123,7 +123,7 @@ NTSTATUS provision_bare(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx, settings->ntds_dn_str, settings->invocation_id == NULL?"None":GUID_string(mem_ctx, settings->invocation_id))); - DEBUG(0,("Pathes under targetdir[%s]\n", + DEBUG(0,("Paths under targetdir[%s]\n", settings->targetdir)); parameters = PyDict_New(); -- 2.34.1