From 5a6f3f14fbf9bf96904e7f17e75aadac00427f96 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Mon, 8 Nov 2010 14:09:04 +0300 Subject: Fix typo --- source4/scripting/bin/upgradeprovision | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())) -- cgit