You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gy...@apache.org on 2015/03/08 20:32:59 UTC

[2/3] flink git commit: Fixed simple typos

Fixed simple typos


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

Branch: refs/heads/master
Commit: bd1b916f945b07fb921a4226bde1e7ca59fabab5
Parents: 8c9ab85
Author: Akshay Dixit <ak...@gmail.com>
Authored: Sat Mar 7 23:33:15 2015 +0530
Committer: Gábor Hermann <re...@gmail.com>
Committed: Sun Mar 8 20:24:41 2015 +0100

----------------------------------------------------------------------
 docs/programming_guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/bd1b916f/docs/programming_guide.md
----------------------------------------------------------------------
diff --git a/docs/programming_guide.md b/docs/programming_guide.md
index c6c5bd1..1f4e99e 100644
--- a/docs/programming_guide.md
+++ b/docs/programming_guide.md
@@ -1710,7 +1710,7 @@ Generic:
 val env  = ExecutionEnvironment.getExecutionEnvironment
 
 // read text file from local files system
-val localLiens = env.readTextFile("file:///path/to/my/textfile")
+val localLines = env.readTextFile("file:///path/to/my/textfile")
 
 // read text file from a HDFS running at nnHost:nnPort
 val hdfsLines = env.readTextFile("hdfs://nnHost:nnPort/path/to/my/textfile")