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!"); } }; }