You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ed...@apache.org on 2016/11/29 00:27:58 UTC

git commit: updated refs/heads/trunk to 42058c2

Repository: giraph
Updated Branches:
  refs/heads/trunk bc03f3a08 -> 42058c2ad


Fix typo

Author: edunov

Closes #11


Project: http://git-wip-us.apache.org/repos/asf/giraph/repo
Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/42058c2a
Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/42058c2a
Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/42058c2a

Branch: refs/heads/trunk
Commit: 42058c2ad11f483856a56b10afeac5f6f2708dd8
Parents: bc03f3a
Author: Sergey Edunov <ed...@fb.com>
Authored: Mon Nov 28 16:23:58 2016 -0800
Committer: Sergey Edunov <ed...@fb.com>
Committed: Mon Nov 28 16:26:51 2016 -0800

----------------------------------------------------------------------
 src/site/xdoc/rexster.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/giraph/blob/42058c2a/src/site/xdoc/rexster.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/rexster.xml b/src/site/xdoc/rexster.xml
index a8a95f8..5ada90f 100644
--- a/src/site/xdoc/rexster.xml
+++ b/src/site/xdoc/rexster.xml
@@ -129,7 +129,7 @@ exit
       the <b>Rexster Input Format</b> and the <b>Rexster Output
         Format</b> which are part of the Giraph code. Both components are
       split into <b>Vertex</b> and <b>Edge</b> interfaces. Additionally,
-      the architectre provides the <b>Giraph Kibble</b>, which is a Rexster
+      the architecture provides the <b>Giraph Kibble</b>, which is a Rexster
       extension to provide the needed facilities to load and store the data
       from and to the graph databases. The figure below shows the architecture
       in a high level fashion.<br/>