You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2016/02/11 13:07:59 UTC

[2/7] lucy git commit: Fix typo

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 <we...@aevum.de>
Authored: Tue Feb 9 16:22:30 2016 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
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