You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mi...@apache.org on 2016/10/23 03:44:15 UTC

zeppelin git commit: [MINOR][DOC] Fix typo (re-open PR #1541 with rebase)

Repository: zeppelin
Updated Branches:
  refs/heads/master 1b2635cfe -> 3244a5610


[MINOR][DOC] Fix typo (re-open PR #1541 with rebase)

### What is this PR for?
Fix minor typos in docs

### What type of PR is it?
Documentation

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: k <K...@kui-MacBook-Pro.local>
Author: Mina Lee <mi...@apache.org>
Author: laesunk <la...@gmail.com>

Closes #1542 from laesunk/fix_typo and squashes the following commits:

7b703a7 [laesunk] Merge pull request #1 from minahlee/fix_typo
28fc9ce [Mina Lee] Fix more typos
a55ae4a [Mina Lee] Restore wrong changes during rebase
190ac05 [k] fix words
01ce71b [k] fix likly


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

Branch: refs/heads/master
Commit: 3244a5610560550688912ae846868703989daf55
Parents: 1b2635c
Author: k <K...@kui-MacBook-Pro.local>
Authored: Sun Oct 23 09:33:48 2016 +0900
Committer: Mina Lee <mi...@apache.org>
Committed: Sun Oct 23 12:44:06 2016 +0900

----------------------------------------------------------------------
 docs/development/howtocontributewebsite.md |  2 +-
 docs/install/install.md                    |  2 +-
 docs/install/virtual_machine.md            |  2 +-
 docs/manual/interpreterinstallation.md     |  2 +-
 docs/manual/interpreters.md                |  2 +-
 docs/manual/notebookashomepage.md          | 10 +++++-----
 6 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/3244a561/docs/development/howtocontributewebsite.md
----------------------------------------------------------------------
diff --git a/docs/development/howtocontributewebsite.md b/docs/development/howtocontributewebsite.md
index 2ee299b..0c2bafc 100644
--- a/docs/development/howtocontributewebsite.md
+++ b/docs/development/howtocontributewebsite.md
@@ -62,7 +62,7 @@ When you are ready, just make a pull-request.
 
 ## Alternative way
 
-You can directly edit `.md` files in `/docs/` directory at the web interface of github and make pull-request immediatly.
+You can directly edit `.md` files in `/docs/` directory at the web interface of github and make pull-request immediately.
 
 ## Stay involved
 Contributors should join the Zeppelin mailing lists.

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/3244a561/docs/install/install.md
----------------------------------------------------------------------
diff --git a/docs/install/install.md b/docs/install/install.md
index da4630f..7ae0d90 100644
--- a/docs/install/install.md
+++ b/docs/install/install.md
@@ -188,7 +188,7 @@ Congratulations, you have successfully installed Apache Zeppelin! Here are two n
  * If you need more configuration for Apache Zeppelin, jump to the next section: [Apache Zeppelin Configuration](#apache-zeppelin-configuration).
  
 #### If you need more information about Spark or JDBC interpreter settings...
- * Apache Zeppelin provides deep integration with [Apache Spark](http://spark.apache.org/). For more informtation, see [Spark Interpreter for Apache Zeppelin](../interpreter/spark.html). 
+ * Apache Zeppelin provides deep integration with [Apache Spark](http://spark.apache.org/). For more information, see [Spark Interpreter for Apache Zeppelin](../interpreter/spark.html).
  * You can also use generic JDBC connections in Apache Zeppelin. Go to [Generic JDBC Interpreter for Apache Zeppelin](../interpreter/jdbc.html).
  
 #### If you are in a multi-user environment...

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/3244a561/docs/install/virtual_machine.md
----------------------------------------------------------------------
diff --git a/docs/install/virtual_machine.md b/docs/install/virtual_machine.md
index 45aa00f..d30dbb8 100644
--- a/docs/install/virtual_machine.md
+++ b/docs/install/virtual_machine.md
@@ -75,7 +75,7 @@ into a directory on your host machine, or directly in your virtual machine.
 
 Cloning Zeppelin into the `/scripts/vagrant/zeppelin-dev` directory from the host, will allow the directory to be shared between your host and the guest machine.
 
-Cloning the project again may seem counter intuitive, since this script likley originated from the project repository.  Consider copying just the vagrant/zeppelin-dev script from the Zeppelin project as a stand alone directory, then once again clone the specific branch you wish to build.
+Cloning the project again may seem counter intuitive, since this script likely originated from the project repository.  Consider copying just the vagrant/zeppelin-dev script from the Zeppelin project as a stand alone directory, then once again clone the specific branch you wish to build.
 
 Synced folders enable Vagrant to sync a folder on the host machine to the guest machine, allowing you to continue working on your project's files on your host machine, but use the resources in the guest machine to compile or run your project. _[(1) Synced Folder Description from Vagrant Up](https://docs.vagrantup.com/v2/synced-folders/index.html)_
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/3244a561/docs/manual/interpreterinstallation.md
----------------------------------------------------------------------
diff --git a/docs/manual/interpreterinstallation.md b/docs/manual/interpreterinstallation.md
index e301f20..4999f61 100644
--- a/docs/manual/interpreterinstallation.md
+++ b/docs/manual/interpreterinstallation.md
@@ -85,7 +85,7 @@ If you install one of these interpreters only with `--name` option, installer wi
 ```
 
 #### Install Spark interpreter built with Scala 2.10
-Spark distribution package has been built with Scala 2.10 until 1.6.2. If you have `SPARK_HOME` set pointing to Spark version ealier than 2.0.0, you need to download Spark interpreter packaged with Scala 2.10. To do so, use follow command:
+Spark distribution package has been built with Scala 2.10 until 1.6.2. If you have `SPARK_HOME` set pointing to Spark version earlier than 2.0.0, you need to download Spark interpreter packaged with Scala 2.10. To do so, use follow command:
 
 ```
 rm -rf ./interpreter/spark

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/3244a561/docs/manual/interpreters.md
----------------------------------------------------------------------
diff --git a/docs/manual/interpreters.md b/docs/manual/interpreters.md
index 0aeabac..4844f95 100644
--- a/docs/manual/interpreters.md
+++ b/docs/manual/interpreters.md
@@ -79,7 +79,7 @@ interpreter.start()
 
 ```
 
-The above code will start interpreter thread inside your process. Once the interpreter is started you can configure zeppelin to connect to RemoteInterpreter by checking **Connect to existing process** checkbox and then provide **Host** and **Port** on which interpreter porocess is listening as shown in the image below:
+The above code will start interpreter thread inside your process. Once the interpreter is started you can configure zeppelin to connect to RemoteInterpreter by checking **Connect to existing process** checkbox and then provide **Host** and **Port** on which interpreter process is listening as shown in the image below:
 
 <img src="../assets/themes/zeppelin/img/screenshots/existing_interpreter.png" width="450px">
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/3244a561/docs/manual/notebookashomepage.md
----------------------------------------------------------------------
diff --git a/docs/manual/notebookashomepage.md b/docs/manual/notebookashomepage.md
index c98e7cb..1fadcce 100644
--- a/docs/manual/notebookashomepage.md
+++ b/docs/manual/notebookashomepage.md
@@ -59,17 +59,17 @@ or ```zeppelin.notebook.homescreen.hide``` property to hide the new notebook fro
 Restart your Zeppelin server
 
 ```
-./bin/zeppelin-deamon stop
-./bin/zeppelin-deamon start
+./bin/zeppelin-daemon stop
+./bin/zeppelin-daemon start
 ```
 That's it! Open your browser and navigate to Apache Zeppelin and see your customized homepage.
 
 <br />
-## Show notebooks list in your custom homepage
-If you want to display the list of notebooks on your custom Apache Zeppelin homepage all
+## Show notes list in your custom homepage
+If you want to display the list of notes on your custom Apache Zeppelin homepage all
 you need to do is use our %angular support.
 
-Add the following code to a paragraph in you home page and run it... walla! you have your notebooks list.
+Add the following code to a paragraph in you home page and run it... Voila! You have your notes list.
 
 ```javascript
 println(