From fefff841c3733c344cc95d08d7e39732da5d2ff3 Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Wed, 7 Apr 2010 20:32:46 +0000 Subject: [PATCH] Fix typoo git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6053 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/util/MessageBundle.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/threerings/util/MessageBundle.java b/src/java/com/threerings/util/MessageBundle.java index f1d299602..28d97657c 100644 --- a/src/java/com/threerings/util/MessageBundle.java +++ b/src/java/com/threerings/util/MessageBundle.java @@ -351,7 +351,7 @@ public class MessageBundle /** * Obtains the translation for the specified compound message key. A compound key contains the - * message key followed by a tab separated list of message arguments which will be subsituted + * message key followed by a tab separated list of message arguments which will be substituted * into the translation string. * *

See {@link MessageFormat} for more information on how the substitution is performed. If