hgext/histedit.py
changeset 41699 5d63cb7d8f83
parent 41509 11c076786d56
child 41701 df1f3ba56157
--- 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"))