Repository: incubator-zeppelin Updated Branches: refs/heads/master d690e6695 -> b5c705790
Fixing typo Fixing typo Author: Dimitrios Liapis <[email protected]> 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 <[email protected]> Authored: Tue Jun 16 20:18:12 2015 +0100 Committer: Alexander Bezzubov <[email protected]> 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
