From 3af703d31b5b5cf259dbd11076b6ab9b4f07ef7e Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 5 Dec 2001 03:49:29 +0000 Subject: [PATCH] Minor edit. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@741 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../threerings/whirled/spot/tools/EditableSpotSceneImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/com/threerings/whirled/spot/tools/EditableSpotSceneImpl.java b/src/java/com/threerings/whirled/spot/tools/EditableSpotSceneImpl.java index 585691e2d..bccc4eac0 100644 --- a/src/java/com/threerings/whirled/spot/tools/EditableSpotSceneImpl.java +++ b/src/java/com/threerings/whirled/spot/tools/EditableSpotSceneImpl.java @@ -1,5 +1,5 @@ // -// $Id: EditableSpotSceneImpl.java,v 1.4 2001/12/05 03:38:09 mdb Exp $ +// $Id: EditableSpotSceneImpl.java,v 1.5 2001/12/05 03:49:29 mdb Exp $ package com.threerings.whirled.tools.spot; @@ -133,7 +133,7 @@ public class EditableSpotSceneImpl // documentation inherited public boolean removeNeighbor (String neighborName) { - String errmsg = "Neighbors can't be remove directly in the " + + String errmsg = "Neighbors can't be removed directly in the " + "EditableSpotScene because we need to know the associated " + "location information to go along with our neighbor connections."; throw new RuntimeException(errmsg);