From 4e9d20e6d56bb2631acbe709c8dbc487374f4ba0 Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Wed, 11 Aug 2010 18:09:36 +0000 Subject: [PATCH] Typoo git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@950 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/java/com/threerings/micasa/lobby/LobbyRegistry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/threerings/micasa/lobby/LobbyRegistry.java b/src/java/com/threerings/micasa/lobby/LobbyRegistry.java index 6c21a275..4cc14d60 100644 --- a/src/java/com/threerings/micasa/lobby/LobbyRegistry.java +++ b/src/java/com/threerings/micasa/lobby/LobbyRegistry.java @@ -179,7 +179,7 @@ public class LobbyRegistry * Returns an array containing the category identifiers of all the categories in which lobbies * have been registered with the registry. * - * @param requester the body object of the client requesting the cateogory list (which can be + * @param requester the body object of the client requesting the category list (which can be * used to filter the list based on their capabilities). */ public String[] getCategories (BodyObject requester)