From b17e9ccee50927b6afdd266d4eb2bba41c579a77 Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Fri, 19 Nov 2010 21:31:28 +0000 Subject: [PATCH] Speeling git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1014 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/main/java/com/threerings/puzzle/client/PuzzleBoardView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/threerings/puzzle/client/PuzzleBoardView.java b/src/main/java/com/threerings/puzzle/client/PuzzleBoardView.java index 3b4ea94a..9df99e1c 100644 --- a/src/main/java/com/threerings/puzzle/client/PuzzleBoardView.java +++ b/src/main/java/com/threerings/puzzle/client/PuzzleBoardView.java @@ -262,7 +262,7 @@ public abstract class PuzzleBoardView extends VirtualMediaPanel * * @param score the score text to display. * @param color the color of the text. - * @param font the font whith which to create the score animation. + * @param font the font with which to create the score animation. * @param x the x-position at which the score is to be placed. * @param y the y-position at which the score is to be placed. */