[Groonga-commit] droonga/droonga-engine at 452c8d4 [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Apr 16 19:12:25 JST 2014


Kouhei Sutou	2014-04-16 19:12:25 +0900 (Wed, 16 Apr 2014)

  New Revision: 452c8d4d1e9434441442988735585dbca1b503eb
  https://github.com/droonga/droonga-engine/commit/452c8d4d1e9434441442988735585dbca1b503eb

  Message:
    Fix a typo
    
       lable ->
       label
          ^^

  Modified files:
    lib/droonga/logger.rb

  Modified: lib/droonga/logger.rb (+1 -1)
===================================================================
--- lib/droonga/logger.rb    2014-04-16 17:44:25 +0900 (3105252)
+++ lib/droonga/logger.rb    2014-04-16 19:12:25 +0900 (28c6fe8)
@@ -45,7 +45,7 @@ module Droonga
       ]
 
       class << self
-        def lable(level)
+        def label(level)
           LABELS[level]
         end
       end
-------------- next part --------------
HTML����������������������������...
Download 



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