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)