Mercurial > public > mercurial-scm > hg-stable
diff hgext/logtoprocess.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 | d5883fd055c6 |
children | 1c5cbf28f007 |
line wrap: on
line diff
--- a/hgext/logtoprocess.py Thu Nov 03 17:31:14 2016 -0700 +++ b/hgext/logtoprocess.py Mon Oct 17 23:16:55 2016 +0200 @@ -27,7 +27,7 @@ would log the warning message and traceback of any failed command dispatch. -Scripts are run asychronously as detached daemon processes; mercurial will +Scripts are run asynchronously as detached daemon processes; mercurial will not ensure that they exit cleanly. """