Removed references to Subversion in the code
[citadel.git] / citadel / modules / smtp / serv_smtpclient.c
index 4aec9ddeb42aecebe87ce948f14f7afa426fef53..8a5ef1040d2d442f89dd7664ef721852abf824c9 100644 (file)
@@ -1000,6 +1000,6 @@ CTDL_MODULE_INIT(smtp_client)
                CtdlRegisterProtoHook(cmd_smtp, "SMTP", "SMTP utility commands");
        }
        
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
        return "smtp";
 }