diff mercurial/help/config.txt @ 18958:c3b920980f22

spelling: fix typos and spelling errors
author Mads Kiilerich <madski@unity3d.com>
date Mon, 15 Apr 2013 01:37:23 +0200
parents 19d489404d79
children 601c1e226889
line wrap: on
line diff
--- a/mercurial/help/config.txt	Thu Apr 11 14:54:18 2013 +0200
+++ b/mercurial/help/config.txt	Mon Apr 15 01:37:23 2013 +0200
@@ -1494,7 +1494,7 @@
 The websub expressions follow the old interhg extension syntax,
 which in turn imitates the Unix sed replacement syntax::
 
-    pattername = s/SEARCH_REGEX/REPLACE_EXPRESSION/[i]
+    patternname = s/SEARCH_REGEX/REPLACE_EXPRESSION/[i]
 
 You can use any separator other than "/". The final "i" is optional
 and indicates that the search must be case insensitive.