author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
Wed, 13 Feb 2019 16:02:44 -0500 | |
changeset 41699 | 5d63cb7d8f83 |
parent 41698 | 5fe4de392edb |
child 41700 | 1f44bfab0fff |
hgext/histedit.py | file | annotate | diff | comparison | revisions |
--- a/hgext/histedit.py Wed Feb 13 18:17:42 2019 +0530 +++ b/hgext/histedit.py Wed Feb 13 16:02:44 2019 -0500 @@ -1486,7 +1486,7 @@ curses.echo() curses.endwin() if rc is False: - ui.write(_("chistedit aborted\n")) + ui.write(_("histedit aborted\n")) return 0 if type(rc) is list: ui.status(_("running histedit\n"))