changeset 17533:927d704d7847

en-us: penalize
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:19 -0700
parents e4b2f0ebd6e2
children c5f7c4b515a4
files contrib/mercurial.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/mercurial.el	Fri Aug 17 13:58:19 2012 -0700
+++ b/contrib/mercurial.el	Fri Aug 17 13:58:19 2012 -0700
@@ -461,7 +461,7 @@
 (defun hg-complete-repo (string predicate all)
   "Attempt to complete a repository name.
 We complete on either symbolic names from Mercurial's config or real
-directory names from the file system.  We do not penalise URLs."
+directory names from the file system.  We do not penalize URLs."
   (or (if all
 	  (all-completions string hg-repo-completion-table predicate)
 	(try-completion string hg-repo-completion-table predicate))