1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-09 00:23:50 +03:00

r26317: Fix typos.

(This used to be commit 4c7e3843a0)
This commit is contained in:
Jelmer Vernooij
2007-12-06 21:10:24 +01:00
committed by Stefan Metzmacher
parent 39ee38d9c1
commit cc35894fb5

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