mercurial/commands.py
changeset 30332 318a24b52eeb
parent 30304 ba2c04059317
child 30401 869d660b8669
--- a/mercurial/commands.py	Thu Nov 03 17:31:14 2016 -0700
+++ b/mercurial/commands.py	Mon Oct 17 23:16:55 2016 +0200
@@ -3068,7 +3068,7 @@
 
         with repo.lock():
             n = repair.deleteobsmarkers(repo.obsstore, indices)
-            ui.write(_('deleted %i obsolescense markers\n') % n)
+            ui.write(_('deleted %i obsolescence markers\n') % n)
 
         return