You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by bz...@apache.org on 2015/06/17 03:48:18 UTC

incubator-zeppelin git commit: Fixing typo

Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master d690e6695 -> b5c705790


Fixing typo

Fixing typo

Author: Dimitrios Liapis <di...@gmail.com>

Closes #106 from dimitrisli/master and squashes the following commits:

ec3a510 [Dimitrios Liapis] Fixing typo


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

Branch: refs/heads/master
Commit: b5c705790196001037e7d080b332d9664ab9b182
Parents: d690e66
Author: Dimitrios Liapis <di...@gmail.com>
Authored: Tue Jun 16 20:18:12 2015 +0100
Committer: Alexander Bezzubov <bz...@apache.org>
Committed: Wed Jun 17 10:47:55 2015 +0900

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/b5c70579/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 50938c7..4b0475a 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ To package final distribution do:
 The archive is generated under _zeppelin-distribution/target_ directory
 
 ###Run end-to-end tests
-Zeppelin comes with a set of end-to-end acceptnce tests driving headless selenium browser
+Zeppelin comes with a set of end-to-end acceptance tests driving headless selenium browser
 
       #assumes zeppelin-server running on localhost:8080 (use -Durl=.. to override)
       mvn verify