From aeb2770ea0398a67dd6966c9cf1b7190267f6925 Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Thu, 18 Jan 2007 15:30:04 +0000 Subject: Spelling fix --- src/library/scala/collection/immutable/ListSet.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3