Removed references to Subversion in the code
[citadel.git] / citadel / modules / pop3 / serv_pop3.c
index caba331877fe9094dbe2bb01b3bae8f60b9d4f78..f4a3f06b17275f5dc84e968da04152ed7a2c892d 100644 (file)
@@ -682,6 +682,6 @@ CTDL_MODULE_INIT(pop3)
                CtdlRegisterSessionHook(pop3_cleanup_function, EVT_STOP);
        }
        
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
        return "pop3";
 }