Removed references to Subversion in the code
[citadel.git] / citadel / modules / smtp / serv_smtp.c
index dcaf51952e204b354b01eb841af0c6355cc96c30..9e1366bc910d0f09de3574459efb0df72ee4c571 100644 (file)
@@ -989,6 +989,6 @@ CTDL_MODULE_INIT(smtp)
                CtdlRegisterSessionHook(smtp_cleanup_function, EVT_STOP);
        }
        
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
        return "smtp";
 }