]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:provision: fix use of non-existent word (existant)
authorMichael Adam <obnox@samba.org>
Mon, 11 Jun 2012 15:51:51 +0000 (17:51 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 12 Jun 2012 05:21:44 +0000 (07:21 +0200)
source4/scripting/python/samba/provision/__init__.py

index 5f64d773e3d51add2d30d78870f557abc2ae2712..65835ce00cb2c102c0218db25e2cbb7ea1b1310e 100644 (file)
@@ -624,7 +624,7 @@ def make_smbconf(smbconf, hostname, domain, realm, targetdir,
 
     if lp is None:
         lp = samba.param.LoadParm()
-    #Load non-existant file
+    #Load non-existent file
     if os.path.exists(smbconf):
         lp.load(smbconf)