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:
parent
f6420d933b
commit
4c7e3843a0
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user