diff options
-rwxr-xr-x | source4/scripting/bin/upgradeprovision | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision index e450cf8987..5d217ab00d 100755 --- a/source4/scripting/bin/upgradeprovision +++ b/source4/scripting/bin/upgradeprovision @@ -1749,7 +1749,7 @@ if __name__ == '__main__': scope=SCOPE_SUBTREE, attrs=["dn"]) update_dns_account_password(ldbs.sam, ldbs.secrets, names) message(SIMPLE, "IMPORTANT !!! " - "If you were using Dynmaic DNS before you need" + "If you were using Dynamic DNS before you need" " to update your configuration, so that the " "tkey-gssapi-credential has the following value:" "DNS/%s.%s" % (names.netbiosname.lower(), names.realm.lower())) |