s4:provision.py - fix comment regarding DNS entries
[kamenim/samba.git] / 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,