Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
   lable ->
   label
      ^^
  • Loading branch information
kou committed Apr 16, 2014
1 parent acc31fa commit 452c8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/logger.rb
Expand Up @@ -45,7 +45,7 @@ module Level
]

class << self
def lable(level)
def label(level)
LABELS[level]
end
end
Expand Down

0 comments on commit 452c8d4

Please sign in to comment.