From 6b79fc70f039a8e39d339309a3a8d85281a593c4 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 29 Nov 2001 00:15:25 +0000 Subject: [PATCH] Spelling and documentation fixes. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@661 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../threerings/cast/bundle/tools/ComponentBundlerTask.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/java/com/threerings/cast/bundle/tools/ComponentBundlerTask.java b/src/java/com/threerings/cast/bundle/tools/ComponentBundlerTask.java index 59c5e2fed..1620601d1 100644 --- a/src/java/com/threerings/cast/bundle/tools/ComponentBundlerTask.java +++ b/src/java/com/threerings/cast/bundle/tools/ComponentBundlerTask.java @@ -1,5 +1,5 @@ // -// $Id: ComponentBundlerTask.java,v 1.1 2001/11/27 08:09:35 mdb Exp $ +// $Id: ComponentBundlerTask.java,v 1.2 2001/11/29 00:15:25 mdb Exp $ package com.threerings.cast.tools.bundle; @@ -79,9 +79,9 @@ public class ComponentBundlerTask extends Task */ public void execute () throws BuildException { - // make sure everythign was set up properly + // make sure everything was set up properly ensureSet(_target, "Must specify the path to the target bundle " + - "file via the 'file' attribute."); + "file via the 'target' attribute."); ensureSet(_mapfile, "Must specify the path to the component map " + "file via the 'mapfile' attribute.");