summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2015-06-23 11:59:11 +1000
committerJason Zaugg <jzaugg@gmail.com>2015-06-23 11:59:11 +1000
commit1b09e12ef3b3fea1cab56bac893295f74de23b8b (patch)
tree901ce1962f4ebc90d37c8f947f8ca1331d3faf88 /src/library
parent1fbce4612c21a4d0c553ea489b4765494828c09f (diff)
parentada9fa0b91ddb64f6d15f7616b455247cbcf2243 (diff)
downloadscala-1b09e12ef3b3fea1cab56bac893295f74de23b8b.tar.gz
scala-1b09e12ef3b3fea1cab56bac893295f74de23b8b.tar.bz2
scala-1b09e12ef3b3fea1cab56bac893295f74de23b8b.zip
Merge pull request #4574 from janekdb/2.11.x-typos-g-i
Fix 25 typos (g-i)
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/collection/generic/Sorted.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/collection/generic/Sorted.scala b/src/library/scala/collection/generic/Sorted.scala
index a0b0e1318b..b2e63daaba 100644
--- a/src/library/scala/collection/generic/Sorted.scala
+++ b/src/library/scala/collection/generic/Sorted.scala
@@ -36,7 +36,7 @@ trait Sorted[K, +This <: Sorted[K, This]] {
/** Creates a ranged projection of this collection. Any mutations in the
* ranged projection will update this collection and vice versa.
*
- * Note: keys are not garuanteed to be consistent between this collection
+ * Note: keys are not guaranteed to be consistent between this collection
* and the projection. This is the case for buffers where indexing is
* relative to the projection.
*