s4:provision.py - fix comment regarding DNS entries
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 26 Jun 2010 09:10:55 +0000 (11:10 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 26 Jun 2010 09:11:46 +0000 (11:11 +0200)
I think this should mean partially Samba4 specified (all beside the "dns"
account is standard)

source4/scripting/python/samba/provision.py

index 84045da19f4ced36b1f802be22ead11b183d5bb8..14615d081904262e98505d48930074fc7a111cb8 100644 (file)
@@ -924,7 +924,7 @@ def setup_self_join(samdb, names,
               "RIDALLOCATIONEND": str(next_rid + 100 + 499),
               })
 
-    # This is Samba4 specific and should be replacted by the correct
+    # This is partially Samba4 specific and should be replaced by the correct
     # DNS AD-style setup
     setup_add_ldif(samdb, setup_path("provision_dns_add.ldif"), {
               "DNSDOMAIN": names.dnsdomain,