# HG changeset patch # User timeless@mozdev.org # Date 2012-08-17 20:58:18 # Node ID 593c5ca70a6359ebbd27dd2ac869d3ce8c8e6473 # Parent adeb9dad3df6aa9d94095a257d6782ace5eee1ae spelling: override diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -1252,7 +1252,7 @@ def commit(ui, repo, *pats, **opts): 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 = {}