Navigation Menu

Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 24, 2014
1 parent a7d9544 commit 7482f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/droonga/plugins/groonga/table_list.rb
Expand Up @@ -28,7 +28,7 @@ module TableList
["domain", "ShortText"],
["range", "ShortText"],
["default_tokenizer","ShortText"],
["normalier","ShortText"],
["normalizer","ShortText"],
].freeze

class Command < GenericCommand
Expand Down
2 changes: 1 addition & 1 deletion test/unit/plugins/groonga/test_table_list.rb
Expand Up @@ -22,7 +22,7 @@ class TableListTest < GroongaHandlerTest
["domain", "ShortText"],
["range", "ShortText"],
["default_tokenizer","ShortText"],
["normalier","ShortText"],
["normalizer","ShortText"],
]

def create_handler
Expand Down

0 comments on commit 7482f83

Please sign in to comment.