[GitHub] spark pull request #20131: [MINOR] Fix a bunch of typos

2018-01-02 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20131#discussion_r159343623 --- Diff: common/network-common/src/main/java/org/apache/spark/network/protocol/MessageWithHeader.java --- @@ -100,7 +100,7 @@ public long

[GitHub] spark pull request #20131: [MINOR] Fix a bunch of typos

2018-01-02 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/20131#discussion_r159313149 --- Diff: common/network-common/src/main/java/org/apache/spark/network/protocol/MessageWithHeader.java --- @@ -100,7 +100,7 @@ public long transferred() {

[GitHub] spark pull request #20131: [MINOR] Fix a bunch of typos

2018-01-01 Thread srowen
Github user srowen closed the pull request at: https://github.com/apache/spark/pull/20131 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #20131: [MINOR] Fix a bunch of typos

2017-12-31 Thread srowen
GitHub user srowen opened a pull request: https://github.com/apache/spark/pull/20131 [MINOR] Fix a bunch of typos ## What changes were proposed in this pull request? Fix a bunch of typos, to head off more typo PRs. ## How was this patch tested? Existing