diff options
author | Michael Wood <esiotrot@gmail.com> | 2011-01-08 15:08:47 +0200 |
---|---|---|
committer | Matthieu Patou <mat@matws.net> | 2011-02-13 17:49:01 +0300 |
commit | 249ba1ed111e05a92d1124887fdd53ccba65d50e (patch) | |
tree | f85f8110ae3e161b3c19486b0f5f9bf1f4ff2806 | |
parent | 7db5c10f1a87b58c750f51d0d2d20264f1049dc9 (diff) | |
download | samba-249ba1ed111e05a92d1124887fdd53ccba65d50e.tar.gz samba-249ba1ed111e05a92d1124887fdd53ccba65d50e.tar.bz2 samba-249ba1ed111e05a92d1124887fdd53ccba65d50e.zip |
s4/upgradeprovision: Typo and better word.
Signed-off-by: Matthieu Patou <mat@matws.net>
-rwxr-xr-x | source4/scripting/bin/upgradeprovision | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision index 5b09ce6d32..f0baabcfae 100755 --- a/source4/scripting/bin/upgradeprovision +++ b/source4/scripting/bin/upgradeprovision @@ -265,7 +265,7 @@ def sanitychecks(samdb, names): elif len(res) != 1: print "Found %d domain controllers. For the moment " \ "upgradeprovision is not able to handle an upgrade on a " \ - "domain with more than one DC. PLease demote the other " \ + "domain with more than one DC. Please demote the other " \ "DC(s) before upgrading" % len(res) return False else: @@ -1821,7 +1821,7 @@ if __name__ == '__main__': shutil.rmtree(provisiondir) except StandardError, err: - message(ERROR, "A problem occurred when trying to upgrade your " + message(ERROR, "A problem occurred while trying to upgrade your " "provision. A full backup is located at %s" % backupdir) if opts.debugall or opts.debugchange: (typ, val, tb) = sys.exc_info() |