Removed references to Subversion in the code
[citadel.git] / citadel / modules / rwho / serv_rwho.c
index 86d2cd44946c692dec1e5360b2066f401f3f8403..5c25a3943ad147d9c603717b0bb6216e16c28215 100644 (file)
@@ -290,6 +290,6 @@ CTDL_MODULE_INIT(rwho)
                CtdlRegisterProtoHook(cmd_stel, "STEL", "Enter/exit stealth mode");
        }
        
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
         return "rwho";
 }