diff options
author | Matthieu Patou <mat@matws.net> | 2010-11-08 14:09:04 +0300 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2010-11-12 19:40:21 +0000 |
commit | 5a6f3f14fbf9bf96904e7f17e75aadac00427f96 (patch) | |
tree | cf13dff3246ab1e3eeb6b7b83d7b3f8543acfcc7 | |
parent | f5ea6f4b4ca21b2771b383cf9ed9295c69857bcb (diff) | |
download | samba-5a6f3f14fbf9bf96904e7f17e75aadac00427f96.tar.gz samba-5a6f3f14fbf9bf96904e7f17e75aadac00427f96.tar.bz2 samba-5a6f3f14fbf9bf96904e7f17e75aadac00427f96.zip |
Fix typo
-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())) |