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