Removed references to Subversion in the code
[citadel.git] / citadel / modules / spam / serv_spam.c
index 8d8a8b6649f12f2f9f03e58a8508f95c57b77a2b..af0e86d4a5d68229f3ffa88fc949729b00a440a0 100644 (file)
@@ -202,6 +202,6 @@ CTDL_MODULE_INIT(spam)
                CtdlRegisterMessageHook(spam_assassin, EVT_SMTPSCAN);
        }
        
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
         return "spam";
 }