changeset 17527:6e11d5cf8e39

spelling: value
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:19 -0700
parents 1572fd8af69d
children 224d6a489ace
files mercurial/config.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/config.py	Fri Aug 17 13:58:19 2012 -0700
+++ b/mercurial/config.py	Fri Aug 17 13:58:19 2012 -0700
@@ -67,7 +67,7 @@
         return self._data.get(section, {}).get(item, default)
 
     def backup(self, section, item):
-        """return a tuple allowing restore to reinstall a previous valuesi
+        """return a tuple allowing restore to reinstall a previous value
 
         The main reason we need it is because it handle the "no data" case.
         """