Removed references to Subversion in the code
[citadel.git] / citadel / modules / fulltext / serv_fulltext.c
index e2dfd146614a429fc81da8584f888ca007e661a4..efd808ab455bb2ff29415d0d5575362f2cd7a596 100644 (file)
@@ -508,6 +508,6 @@ CTDL_MODULE_INIT(fulltext)
                CtdlRegisterCleanupHook(noise_word_cleanup);
                CtdlRegisterSessionHook(do_fulltext_indexing, EVT_TIMER);
        }
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
        return "fulltext";
 }