Synced up the spelling.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1705 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2005-08-25 20:23:21 +00:00
parent 9af57bbc1a
commit abe8dcef25
@@ -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);
}
/**