From abe8dcef25d412f15674d53d091930f19bd69b0e Mon Sep 17 00:00:00 2001 From: mdb Date: Thu, 25 Aug 2005 20:23:21 +0000 Subject: [PATCH] Synced up the spelling. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1705 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 de921164..20e5b2a0 100644 --- a/projects/samskivert/src/java/com/samskivert/util/Collections.java +++ b/projects/samskivert/src/java/com/samskivert/util/Collections.java @@ -191,7 +191,7 @@ public class Collections * @return a synchronized view of the specified int set. */ public static IntSet synchronizedIntSet (IntSet s) { - return new SychronizedIntSet(s); + return new SynchronizedIntSet(s); } /**