changeset 17504:593c5ca70a63

spelling: override
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents adeb9dad3df6
children ae791d371864
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Fri Aug 17 13:58:18 2012 -0700
+++ b/mercurial/commands.py	Fri Aug 17 13:58:18 2012 -0700
@@ -1252,7 +1252,7 @@
     Returns 0 on success, 1 if nothing changed.
     """
     if opts.get('subrepos'):
-        # Let --subrepos on the command line overide config setting.
+        # Let --subrepos on the command line override config setting.
         ui.setconfig('ui', 'commitsubrepos', True)
 
     extra = {}