Spelling consistency.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1697 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
ray
2005-08-15 23:00:57 +00:00
parent 62133d2232
commit 9f00804edf
@@ -122,7 +122,7 @@ public class Collections
public void remove () public void remove ()
{ {
throw new UnsupportedOperationException( throw new UnsupportedOperationException(
"Cannot remove from an UnmodifieableIterator!"); "Cannot remove from an UnmodifiableIterator!");
} }
}; };
} }