[Groonga-commit] groonga/groonga at 98d41ef [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 21 12:12:07 JST 2015


Kouhei Sutou	2015-04-21 12:12:07 +0900 (Tue, 21 Apr 2015)

  New Revision: 98d41ef1da285b4bfd307434ee8b739943f9829b
  https://github.com/groonga/groonga/commit/98d41ef1da285b4bfd307434ee8b739943f9829b

  Message:
    Fix a typo
    
        m ssages
        messages
         -

  Modified files:
    lib/ctx.c

  Modified: lib/ctx.c (+3 -3)
===================================================================
--- lib/ctx.c    2015-04-20 22:53:22 +0900 (f5da06a)
+++ lib/ctx.c    2015-04-21 12:12:07 +0900 (8587803)
@@ -577,7 +577,7 @@ grn_ctx_set_next_expr(grn_ctx *ctx, grn_obj *expr)
 }
 
 static void
-grn_ctx_impl_clear_n_same_error_mssagges(grn_ctx *ctx)
+grn_ctx_impl_clear_n_same_error_messagges(grn_ctx *ctx)
 {
   if (ctx->impl->n_same_error_messages == 0) {
     return;
@@ -610,7 +610,7 @@ grn_ctx_impl_set_current_error_message(grn_ctx *ctx)
     return;
   }
 
-  grn_ctx_impl_clear_n_same_error_mssagges(ctx);
+  grn_ctx_impl_clear_n_same_error_messagges(ctx);
   grn_strcpy(ctx->impl->previous_errbuf, GRN_CTX_MSGSIZE, ctx->errbuf);
 }
 
@@ -694,7 +694,7 @@ grn_ctx_fin(grn_ctx *ctx)
     CRITICAL_SECTION_LEAVE(grn_glock);
   }
   if (ctx->impl) {
-    grn_ctx_impl_clear_n_same_error_mssagges(ctx);
+    grn_ctx_impl_clear_n_same_error_messagges(ctx);
     if (ctx->impl->finalizer) {
       ctx->impl->finalizer(ctx, 0, NULL, &(ctx->user_data));
     }
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index