[Groonga-mysql-commit] mroonga/mroonga at 2ee7634 [master] Fix a typo

Zurück zum Archiv-Index
Kentaro Hayashi null+****@clear*****
Mon Nov 19 18:09:56 JST 2018


Kentaro Hayashi	2018-11-19 18:09:56 +0900 (Mon, 19 Nov 2018)

  Revision: 2ee76349bfb54ccf409931e508e25792e6a43bcd
  https://github.com/mroonga/mroonga/commit/2ee76349bfb54ccf409931e508e25792e6a43bcd

  Message:
    Fix a typo
    
    pat ->
    part

  Modified files:
    mrn_mysql_compat.h

  Modified: mrn_mysql_compat.h (+1 -1)
===================================================================
--- mrn_mysql_compat.h    2018-11-19 18:08:40 +0900 (aae777b0)
+++ mrn_mysql_compat.h    2018-11-19 18:09:56 +0900 (fb469706)
@@ -167,7 +167,7 @@
 #  define MRN_KEY_PART_SPEC_FIELD_NAME(key_part_spec)			\
      (key_part_spec)->get_field_name()
 #  define MRN_KEY_PART_SPEC_FIELD_NAME_FORMAT "%s"
-#  define MRN_KEY_PART_SPEC_FIELD_NAME_VALUE(key_pat_spec)		\
+#  define MRN_KEY_PART_SPEC_FIELD_NAME_VALUE(key_part_spec)		\
      (key_part_spec)
 #  define MRN_FIELD_NAME_EQUAL_KEY_PART_SPEC_FIELD_NAME(field, name)	\
      (strcmp((field)->field_name, name) == 0)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20181119/8308ff9d/attachment.html>


More information about the Groonga-mysql-commit mailing list
Zurück zum Archiv-Index