From 4c7e3843a0e1a914b259526dcd3e50bd238816af Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 6 Dec 2007 21:10:24 +0100 Subject: [PATCH] r26317: Fix typos. --- source/scripting/libjs/provision.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/scripting/libjs/provision.js b/source/scripting/libjs/provision.js index a64fdb89776..7d77bf78852 100644 --- a/source/scripting/libjs/provision.js +++ b/source/scripting/libjs/provision.js @@ -534,7 +534,7 @@ function provision_become_dc(subobj, message, erase, paths, session_info) info.message = message; info.session_info = session_info; - message("Setting up teplates into " + paths.templates + "\n"); + message("Setting up templates into " + paths.templates + "\n"); setup_ldb("provision_templates.ldif", info, paths.templates); /* Also wipes the database */ @@ -667,7 +667,7 @@ function provision(subobj, message, blank, paths, session_info, credentials, lda var reg = reg_open(); reg.apply_patchfile(lp.get("setup directory") + "/provision.reg") - message("Setting up teplates into " + paths.templates + "\n"); + message("Setting up templates into " + paths.templates + "\n"); setup_ldb("provision_templates.ldif", info, paths.templates); message("Setting up sam.ldb partitions\n");