From 9f00804edfbbd82672c857c34236df2cb75c7509 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 15 Aug 2005 23:00:57 +0000 Subject: [PATCH] Spelling consistency. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1697 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- .../samskivert/src/java/com/samskivert/util/Collections.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/samskivert/src/java/com/samskivert/util/Collections.java b/projects/samskivert/src/java/com/samskivert/util/Collections.java index ef662b56..320c6f30 100644 --- a/projects/samskivert/src/java/com/samskivert/util/Collections.java +++ b/projects/samskivert/src/java/com/samskivert/util/Collections.java @@ -122,7 +122,7 @@ public class Collections public void remove () { throw new UnsupportedOperationException( - "Cannot remove from an UnmodifieableIterator!"); + "Cannot remove from an UnmodifiableIterator!"); } }; }