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

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 18日 (日) 18:18:48 JST


Kouhei Sutou	2012-03-18 18:18:48 +0900 (Sun, 18 Mar 2012)

  New Revision: bb1e1a65ee6605a7d02a0cb30d8a7499c8ac3d07

  Log:
    Fix a typo

  Modified files:
    ha_mroonga.h

  Modified: ha_mroonga.h (+1 -1)
===================================================================
--- ha_mroonga.h    2012-03-18 18:16:48 +0900 (97ffcd8)
+++ ha_mroonga.h    2012-03-18 18:18:48 +0900 (274c4f7)
@@ -533,7 +533,7 @@ private:
                                uchar *buf, uint *size);
 #endif
   int storage_encode_key(Field *field, const uchar *key, uchar *buf, uint *size);
-  void storage_encode_multiple_column_key_float(float vlaue,
+  void storage_encode_multiple_column_key_float(float value,
                                                 uint data_size,
                                                 uchar *buffer,
                                                 bool decode);




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