Fix typo
Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/2889932c Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/2889932c Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/2889932c Branch: refs/heads/master Commit: 2889932c424bf707bc69ee873bb159d9334484f5 Parents: 4d6e332 Author: Nick Wellnhofer <[email protected]> Authored: Tue Feb 9 16:22:30 2016 +0100 Committer: Nick Wellnhofer <[email protected]> Committed: Tue Feb 9 16:22:30 2016 +0100 ---------------------------------------------------------------------- core/Lucy/Analysis/RegexTokenizer.cfh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/2889932c/core/Lucy/Analysis/RegexTokenizer.cfh ---------------------------------------------------------------------- diff --git a/core/Lucy/Analysis/RegexTokenizer.cfh b/core/Lucy/Analysis/RegexTokenizer.cfh index 9b986fa..c36db2a 100644 --- a/core/Lucy/Analysis/RegexTokenizer.cfh +++ b/core/Lucy/Analysis/RegexTokenizer.cfh @@ -69,7 +69,7 @@ public class Lucy::Analysis::RegexTokenizer public inert incremented RegexTokenizer* new(String *pattern = NULL); - /** Initilaize a RegexTokenizer. + /** Initialize a RegexTokenizer. * * @param pattern A string specifying a Perl-syntax regular expression * which should match one token. The default value is
