2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 00:12:11 +00:00

Comment typo correction.

[SVN r78963]
This commit is contained in:
Jurko Gospodnetić
2012-06-15 23:06:09 +00:00
parent f98d3aef09
commit 2c29e4e4db

View File

@@ -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 * )