From 9c7a9382c28a629aa5b88e74ee00814a52cb7928 Mon Sep 17 00:00:00 2001 From: Ivan Mushketyk Date: Sun, 16 Oct 2016 21:47:50 +0100 Subject: [PATCH] Fix typo --- src/main/scala/sparktutorial/InvertedIndex5b.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/sparktutorial/InvertedIndex5b.scala b/src/main/scala/sparktutorial/InvertedIndex5b.scala index 9851d10..1c3f5ed 100644 --- a/src/main/scala/sparktutorial/InvertedIndex5b.scala +++ b/src/main/scala/sparktutorial/InvertedIndex5b.scala @@ -48,7 +48,7 @@ object InvertedIndex5b { if (!quiet) println(s"Writing output to: $out") - // Split on non-alphabetci sequences of character as before. + // Split on non-alphabetical sequences of character as before. // Rather than map to "(word, 1)" tuples, we treat the words by values // and count the unique occurrences. input