From 2c29e4e4dbe99a64b367c4c2585d98ccfd3245ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Fri, 15 Jun 2012 23:06:09 +0000 Subject: [PATCH] Comment typo correction. [SVN r78963] --- src/util/regex.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/regex.jam b/src/util/regex.jam index 234c36f62..85b032145 100644 --- a/src/util/regex.jam +++ b/src/util/regex.jam @@ -63,7 +63,7 @@ rule match ( pattern : string : indices * ) # Matches all elements of 'list' agains the 'pattern' and returns a list of # elements indicated by indices of all successful matches. If 'indices' is -# omitted returns a list of first paranthethised groups of all successful +# omitted returns a list of first parenthesised groups of all successful # matches. # rule transform ( list * : pattern : indices * )