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

Back to archive index

null+****@clear***** null+****@clear*****
2011年 12月 5日 (月) 17:44:35 JST


Susumu Yata	2011-12-05 08:44:35 +0000 (Mon, 05 Dec 2011)

  New Revision: c8bcb92b645134ddfb54df582d9d95b9a52c3691

  Log:
    fixed a typo.

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -1)
===================================================================
--- lib/db.c    2011-12-05 00:44:59 +0000 (ccc38c3)
+++ lib/db.c    2011-12-05 08:44:35 +0000 (2227a8d)
@@ -8087,7 +8087,7 @@ grn_table_sort_key_from_str(grn_ctx *ctx, const char *str, unsigned str_size,
           } else {
             if (r - p == 6 && memcmp(p, "_score", 6) == 0) {
               GRN_LOG(ctx, GRN_WARN,
-                      "ignore invalid sore key: <%.*s>(<%.*s>)",
+                      "ignore invalid score key: <%.*s>(<%.*s>)",
                       r - p, p, str_size, str);
             } else {
               WARN(GRN_INVALID_ARGUMENT,




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