Mercurial > public > mercurial-scm > hg-stable
diff mercurial/error.py @ 30342:318a24b52eeb
spelling: fixes of non-dictionary words
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Mon, 17 Oct 2016 23:16:55 +0200 |
parents | b17a6e3cd2ac |
children | b0ebab239f90 |
line wrap: on
line diff
--- a/mercurial/error.py Thu Nov 03 17:31:14 2016 -0700 +++ b/mercurial/error.py Mon Oct 17 23:16:55 2016 +0200 @@ -84,7 +84,7 @@ """Raised when an update is aborted because there is nothing to merge""" class ManyMergeDestAbort(MergeDestAbort): - """Raised when an update is aborted because destination is ambigious""" + """Raised when an update is aborted because destination is ambiguous""" class ResponseExpected(Abort): """Raised when an EOF is received for a prompt"""