summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorSean R. Owen <srowen@apache.org>2015-05-06 06:45:28 +0000
committerSean R. Owen <srowen@apache.org>2015-05-06 06:45:28 +0000
commit469daa87a7b4eaec7699c8f73f33f569af60f5b8 (patch)
treeeaf2d0e12ababc1a642516684815e8f751319841 /site
parentf4622027fcda3138f906482706aa12d7f9bf2f6e (diff)
downloadspark-website-469daa87a7b4eaec7699c8f73f33f569af60f5b8.tar.gz
spark-website-469daa87a7b4eaec7699c8f73f33f569af60f5b8.tar.bz2
spark-website-469daa87a7b4eaec7699c8f73f33f569af60f5b8.zip
Fix 'seemlessly' typo
Diffstat (limited to 'site')
-rw-r--r--site/sql/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/sql/index.html b/site/sql/index.html
index 145ad5d95..33fef460c 100644
--- a/site/sql/index.html
+++ b/site/sql/index.html
@@ -178,7 +178,7 @@
<div class="col-md-7 col-sm-7">
<h2>Integrated</h2>
<p class="lead">
- Seemlessly mix SQL queries with Spark programs.
+ Seamlessly mix SQL queries with Spark programs.
</p>
<p>
Spark SQL lets you query structured data as a distributed dataset (RDD) in Spark, with integrated APIs in Python, Scala and Java.