[Groonga-commit] groonga/groonga [master] Fix a typo.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 13日 (火) 14:35:24 JST


Susumu Yata	2012-03-13 14:35:24 +0900 (Tue, 13 Mar 2012)

  New Revision: b3c9e865f5ce981444e0207f89f91eec07fdb1a0

  Log:
    Fix a typo.

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+1 -1)
===================================================================
--- src/groonga.c    2012-03-13 14:32:06 +0900 (40aee48)
+++ src/groonga.c    2012-03-13 14:35:24 +0900 (161ddac)
@@ -2527,7 +2527,7 @@ main(int argc, char **argv)
     grn_set_default_command_version(atoi(command_versionstr));
   }
 
-  /* TODO: argument checks should be done before gnr_init(). */
+  /* TODO: argument checks should be done before grn_init(). */
   if (match_escalation_threshold_arg) {
     const char * const end = match_escalation_threshold_arg
         + strlen(match_escalation_threshold_arg);




Groonga-commit メーリングリストの案内
Back to archive index