From 446b801b3b888b335e8be3a9ab7a29aba3285d78 Mon Sep 17 00:00:00 2001
From: Andy Konwinski <andyk@berkeley.edu>
Date: Wed, 20 Mar 2013 17:30:31 -0700
Subject: [PATCH] Fixing typos pointed out by Matei

---
 docs/building-with-maven.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/building-with-maven.md b/docs/building-with-maven.md
index bbf89cf17a..c2eeafd07a 100644
--- a/docs/building-with-maven.md
+++ b/docs/building-with-maven.md
@@ -29,11 +29,11 @@ It uses the scala-maven-plugin which supports incremental and continuous compila
 
 Tests are run by default via the scalatest-maven-plugin. With this you can do things like:
 
-skip test execution (but not compilation):
+Skip test execution (but not compilation):
 
     $ mvn -DskipTests -Phadoop2 clean install
 
-To runn a specific test suite:
+To run a specific test suite:
 
     $ mvn -Phadoop2 -Dsuites=spark.repl.ReplSuite test
 
-- 
GitLab