[Groonga-commit] groonga/groonga at 2663b8c [master] Fix a typo

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Wed Jan 7 17:54:07 JST 2015


Kouhei Sutou	2015-01-07 17:54:07 +0900 (Wed, 07 Jan 2015)

  New Revision: 2663b8c827243c5789010c5dfa5f675b1ffd617b
  https://github.com/groonga/groonga/commit/2663b8c827243c5789010c5dfa5f675b1ffd617b

  Message:
    Fix a typo

  Modified files:
    lib/proc.c

  Modified: lib/proc.c (+1 -1)
===================================================================
--- lib/proc.c    2015-01-07 17:36:50 +0900 (e13ebb9)
+++ lib/proc.c    2015-01-07 17:54:07 +0900 (d6b42e9)
@@ -3232,7 +3232,7 @@ proc_dump(grn_ctx *ctx, int nargs, grn_obj **args, grn_user_data *user_data)
     dump_all_records(ctx, outbuf);
   }
 
-  /* remove the last newline because another one will be added by the calller.
+  /* remove the last newline because another one will be added by the caller.
      maybe, the caller of proc functions currently doesn't consider the
      possibility of multiple-line output from proc functions. */
   if (GRN_BULK_VSIZE(outbuf) > 0) {
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る