You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/03/15 01:27:08 UTC

[20/50] [abbrv] git commit: Update README.md

Update README.md

Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/325dc57a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/325dc57a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/325dc57a

Branch: refs/heads/asyncqueue
Commit: 325dc57a95f5708d37be4a56e0f2bb0cd9f791b2
Parents: 9e70ba9
Author: Dave Johnson <da...@rollerweblogger.org>
Authored: Thu Mar 6 10:13:38 2014 -0500
Committer: Dave Johnson <da...@rollerweblogger.org>
Committed: Thu Mar 6 10:13:38 2014 -0500

----------------------------------------------------------------------
 stack/corepersistence/queryindex/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/325dc57a/stack/corepersistence/queryindex/README.md
----------------------------------------------------------------------
diff --git a/stack/corepersistence/queryindex/README.md b/stack/corepersistence/queryindex/README.md
index ffb0cd3..dc2b296 100644
--- a/stack/corepersistence/queryindex/README.md
+++ b/stack/corepersistence/queryindex/README.md
@@ -18,7 +18,7 @@ Here are the important parts of the QueryIndex module:
 
 * __org.apache.usergrid.persistence.index.impl__: provides an implementation using ElasticSearch via its Java API. 
 
-* __Query, Results and EntityRefs__: these classes were "ported" from Usergrid 1.0 to suppirt Usergrid query syntax. We define a grammar and use ANTLR to generate a parser and a lexer.
+* __Query, Results and EntityRefs__: these classes were "ported" from Usergrid 1.0 to support Usergrid query syntax. We define a grammar and use ANTLR to generate a parser and a lexer.
 
 Legacy Tests
 ---