From 4abb0c57ab43de9461518e255dfec5e113d88298 Mon Sep 17 00:00:00 2001
From: Patrick Wendell <pwendell@gmail.com>
Date: Tue, 31 Dec 2013 00:05:03 -0800
Subject: [PATCH] Tiny typo fix

---
 core/src/main/scala/org/apache/spark/Logging.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/src/main/scala/org/apache/spark/Logging.scala b/core/src/main/scala/org/apache/spark/Logging.scala
index 6054adb52e..38df3fe04b 100644
--- a/core/src/main/scala/org/apache/spark/Logging.scala
+++ b/core/src/main/scala/org/apache/spark/Logging.scala
@@ -112,7 +112,7 @@ trait Logging {
     }
     Logging.initialized = true
 
-    // Force a call into slf4j to initialize it avoids this happening from mutliple threads
+    // Force a call into slf4j to initialize it. Avoids this happening from mutliple threads
     // and triggering this: http://mailman.qos.ch/pipermail/slf4j-dev/2010-April/002956.html
     log
   }
@@ -121,4 +121,4 @@ trait Logging {
 object Logging {
   @volatile private var initialized = false
   val initLock = new Object()
-}
\ No newline at end of file
+}
-- 
GitLab