summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-08-23 18:00:27 -0400
committerSeth Tisue <seth@tisue.net>2015-08-23 18:00:27 -0400
commit79171ce68e4cb6953faba31770ec77ccc23c76a9 (patch)
treee9bdd378eac05f844e24b1a6abb7d1661d5e49c3 /src/library
parentf8a6d21a490090bac20b0753c46b91ca2b335049 (diff)
parent4b6395313bec6d0bf0bb9ecab18c6c4a90494c38 (diff)
downloadscala-79171ce68e4cb6953faba31770ec77ccc23c76a9.tar.gz
scala-79171ce68e4cb6953faba31770ec77ccc23c76a9.tar.bz2
scala-79171ce68e4cb6953faba31770ec77ccc23c76a9.zip
Merge pull request #4705 from mpociecha/fix-typos3
Fix typos in spec, docs and comments
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/util/Sorting.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/util/Sorting.scala b/src/library/scala/util/Sorting.scala
index ee2bdbc4a7..b4f965f69b 100644
--- a/src/library/scala/util/Sorting.scala
+++ b/src/library/scala/util/Sorting.scala
@@ -88,7 +88,7 @@ object Sorting {
a(pL - 1) = current
pL -= 1
case x if x < 0 =>
- // Already in place. Just update indicies.
+ // Already in place. Just update indices.
iA += 1
case _ if iB > pR =>
// Wrong side. There's room on the other side, so swap