[Groonga-commit] groonga/grngo at df8a315 [master] Fix a typo.

Back to archive index

Susumu Yata null+****@clear*****
Sat Dec 5 14:17:19 JST 2015


Susumu Yata	2015-12-05 14:17:19 +0900 (Sat, 05 Dec 2015)

  New Revision: df8a3153c747219afd9d6fab6cfdec54aa047bc7
  https://github.com/groonga/grngo/commit/df8a3153c747219afd9d6fab6cfdec54aa047bc7

  Message:
    Fix a typo.
    
    GitHub: #26

  Modified files:
    grngo.go

  Modified: grngo.go (+1 -1)
===================================================================
--- grngo.go    2015-07-31 18:20:32 +0900 (01e2d7f)
+++ grngo.go    2015-12-05 14:17:19 +0900 (43a390c)
@@ -851,7 +851,7 @@ func (table *Table) createColumnOptionsMap(name string, valueType string, option
 	case CompressZlib:
 		optionsMap["flags"] += "|COMPRESS_ZLIB"
 	case CompressLZ4:
-		optionsMap["flags"] += "|COMRESS_LZ4"
+		optionsMap["flags"] += "|COMPRESS_LZ4"
 	default:
 		return nil, fmt.Errorf("undefined compression type: options = %+v", options)
 	}
-------------- next part --------------
HTML����������������������������...
다운로드 



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