svn commit: samba r26317 - in branches/SAMBA_4_0: . source/scripting/libjs

jelmer at samba.org jelmer at samba.org
Thu Dec 6 21:10:25 GMT 2007


Author: jelmer
Date: 2007-12-06 21:10:24 +0000 (Thu, 06 Dec 2007)
New Revision: 26317

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26317

Log:
Fix typos.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/scripting/libjs/provision.js


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/scripting/libjs/provision.js
===================================================================
--- branches/SAMBA_4_0/source/scripting/libjs/provision.js	2007-12-06 17:52:23 UTC (rev 26316)
+++ branches/SAMBA_4_0/source/scripting/libjs/provision.js	2007-12-06 21:10:24 UTC (rev 26317)
@@ -534,7 +534,7 @@
 	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 @@
 	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");



More information about the samba-cvs mailing list