summaryrefslogtreecommitdiff
path: root/source4/scripting/bin
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-11-08 14:09:04 +0300
committerMatthieu Patou <mat@samba.org>2010-11-12 19:40:21 +0000
commit5a6f3f14fbf9bf96904e7f17e75aadac00427f96 (patch)
treecf13dff3246ab1e3eeb6b7b83d7b3f8543acfcc7 /source4/scripting/bin
parentf5ea6f4b4ca21b2771b383cf9ed9295c69857bcb (diff)
downloadsamba-5a6f3f14fbf9bf96904e7f17e75aadac00427f96.tar.gz
samba-5a6f3f14fbf9bf96904e7f17e75aadac00427f96.tar.bz2
samba-5a6f3f14fbf9bf96904e7f17e75aadac00427f96.zip
Fix typo
Diffstat (limited to 'source4/scripting/bin')
-rwxr-xr-xsource4/scripting/bin/upgradeprovision2
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()))