Removed references to Subversion in the code
[citadel.git] / citadel / modules / extnotify / extnotify_main.c
index 2bdf8f0a67d2be3e7991094803b47faf5dfe070c..aa85ab610fdc9d05317f588bf7632ad1d9320069 100644 (file)
@@ -447,6 +447,6 @@ CTDL_MODULE_INIT(extnotify)
                create_extnotify_queue();
                CtdlRegisterSessionHook(do_extnotify_queue, EVT_TIMER);
        }
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
         return "extnotify";
 }