HAYASHI Kentaro
null+****@clear*****
Sat Sep 27 16:53:00 JST 2014
HAYASHI Kentaro 2014-09-27 16:53:00 +0900 (Sat, 27 Sep 2014) New Revision: 9e8dd4a08914c2a929b87e6889b28fad27db998e https://github.com/ranguba/rroonga/commit/9e8dd4a08914c2a929b87e6889b28fad27db998e Message: Fix a typo differ nt -> different ^ Modified files: lib/groonga/schema.rb Modified: lib/groonga/schema.rb (+2 -2) =================================================================== --- lib/groonga/schema.rb 2014-09-24 21:23:31 +0900 (f7fa52a) +++ lib/groonga/schema.rb 2014-09-27 16:53:00 +0900 (644368c) @@ -73,7 +73,7 @@ module Groonga def initialize(table, options) @table = table @options = options - super("creating table with differnt options: " + + super("creating table with different options: " + "#{@table.inspect}: #{@options.inspect}") end end @@ -85,7 +85,7 @@ module Groonga def initialize(column, options) @column = column @options = options - super("creating column with differnt option: " + + super("creating column with different option: " + "#{@column.inspect}: #{@options.inspect}") end end -------------- next part -------------- HTML����������������������������... Download