Removed references to Subversion in the code
[citadel.git] / citadel / modules / roomchat / serv_roomchat.c
index 225f0861c237b17bb8f05e6a00bece7c93d338aa..fbe16403d204678a85aa1136cc03d7b00170ad3c 100644 (file)
@@ -271,6 +271,6 @@ CTDL_MODULE_INIT(roomchat)
                CtdlRegisterSessionHook(roomchat_shutdown, EVT_SHUTDOWN);
        }
        
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
        return "roomchat";
 }