1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r26317: Fix typos.

This commit is contained in:
Jelmer Vernooij 2007-12-06 21:10:24 +01:00 committed by Stefan Metzmacher
parent f6420d933b
commit 4c7e3843a0

View File

@ -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");