From 159e6a65e1d016cf72801a3f1929e8ee0a8b757b Mon Sep 17 00:00:00 2001 From: Robert Greene Date: Sat, 31 Mar 2007 13:59:52 +0000 Subject: [PATCH] Minor spelling correction in a comment. --- src/com/webcodepro/applecommander/util/TextBundle.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/webcodepro/applecommander/util/TextBundle.java b/src/com/webcodepro/applecommander/util/TextBundle.java index 5820e45..c9ca31d 100644 --- a/src/com/webcodepro/applecommander/util/TextBundle.java +++ b/src/com/webcodepro/applecommander/util/TextBundle.java @@ -24,7 +24,7 @@ import java.util.ResourceBundle; /** * Manage the user-interface specific ResourceBundle. Initally, this is to actually clean up the - * text. Utilmately, it should allow AppleCommander to be translated into other languages. + * text. Ultimately, it should allow AppleCommander to be translated into other languages. *

* Note that TextBundle serves as a generic resource for the util package. Other * groupings are used and will have their own subclasses for TextBundle.