Removed references to Subversion in the code
[citadel.git] / citadel / modules / notes / serv_notes.c
index db8474b1ace28dd9604369e92143ec002bace775..990ae8fd18fc6a9a70b953fa728b2562d6c001e6 100644 (file)
@@ -182,6 +182,6 @@ CTDL_MODULE_INIT(notes)
                CtdlRegisterMessageHook(serv_notes_beforesave, EVT_BEFORESAVE);
        }
        
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
        return "notes";
 }