aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorRyan Williams <ryan.blake.williams@gmail.com>2014-12-15 14:52:17 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-12-15 14:53:47 -0800
commitec19175401843cae408fc4ab3a298d54afb54c9f (patch)
treeca0c6bfcb771c31ba70c0828794259a6070fd8ac /pom.xml
parentc5a9ae604417f33f522465bd62bfac2df9cf32cc (diff)
downloadspark-ec19175401843cae408fc4ab3a298d54afb54c9f.tar.gz
spark-ec19175401843cae408fc4ab3a298d54afb54c9f.tar.bz2
spark-ec19175401843cae408fc4ab3a298d54afb54c9f.zip
[SPARK-4668] Fix some documentation typos.
Author: Ryan Williams <ryan.blake.williams@gmail.com> Closes #3523 from ryan-williams/tweaks and squashes the following commits: d2eddaa [Ryan Williams] code review feedback ce27fc1 [Ryan Williams] CoGroupedRDD comment nit c6cfad9 [Ryan Williams] remove unnecessary if statement b74ea35 [Ryan Williams] comment fix b0221f0 [Ryan Williams] fix a gendered pronoun c71ffed [Ryan Williams] use names on a few boolean parameters 89954aa [Ryan Williams] clarify some comments in {Security,Shuffle}Manager e465dac [Ryan Williams] Saved building-spark.md with Dillinger.io 83e8358 [Ryan Williams] fix pom.xml typo dc4662b [Ryan Williams] typo fixes in tuning.md, configuration.md (cherry picked from commit 8176b7a02e6b62bbce194c3ce9802d58b7472101) Signed-off-by: Patrick Wendell <pwendell@gmail.com> Conflicts: pom.xml
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 41696751ea..c774443392 100644
--- a/pom.xml
+++ b/pom.xml
@@ -278,8 +278,8 @@
<artifactId>unused</artifactId>
<version>1.0.0</version>
</dependency>
- <!--
- This depndency has been added to provided scope as it is needed for excuting build
+ <!--
+ This depndency has been added to provided scope as it is needed for executing build
specific groovy scripts using gmaven+ and not required for downstream project building
with spark.
-->