From 96d7b697a3e64e776fc67d8a9830dced79c045f9 Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Sat, 1 Jan 2011 05:03:06 +0000 Subject: [PATCH] Speeling git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1103 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/main/java/com/threerings/media/image/Colorization.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/threerings/media/image/Colorization.java b/src/main/java/com/threerings/media/image/Colorization.java index 9e6ae5f0..c513eecf 100644 --- a/src/main/java/com/threerings/media/image/Colorization.java +++ b/src/main/java/com/threerings/media/image/Colorization.java @@ -70,7 +70,7 @@ public class Colorization } /** - * Adjusts the supplied color by the offests in this colorization, + * Adjusts the supplied color by the offsets in this colorization, * taking the appropriate measures for hue (wrapping it around) and * saturation and value (clipping). *