summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2007-01-18 15:30:04 +0000
committerLex Spoon <lex@lexspoon.org>2007-01-18 15:30:04 +0000
commitaeb2770ea0398a67dd6966c9cf1b7190267f6925 (patch)
tree283046447b1afa9332a36cbc5164770d522fc532
parenta27223c2f1e21ea1e6a17f2ff03b3a41060adfb2 (diff)
downloadscala-aeb2770ea0398a67dd6966c9cf1b7190267f6925.tar.gz
scala-aeb2770ea0398a67dd6966c9cf1b7190267f6925.tar.bz2
scala-aeb2770ea0398a67dd6966c9cf1b7190267f6925.zip
Spelling fix
-rw-r--r--src/library/scala/collection/immutable/ListSet.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/collection/immutable/ListSet.scala b/src/library/scala/collection/immutable/ListSet.scala
index 60a8a17573..42d627426e 100644
--- a/src/library/scala/collection/immutable/ListSet.scala
+++ b/src/library/scala/collection/immutable/ListSet.scala
@@ -94,7 +94,7 @@ class ListSet[A] extends AnyRef with Set[A] {
/**
* @throws Predef.NoSuchElementException
*/
- protected def elem: A = throw new NoSuchElementException("Set has no elelemnts");
+ protected def elem: A = throw new NoSuchElementException("Set has no elements");
/**
* @throws Predef.NoSuchElementException