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 23, 2014
1 parent d67a46b commit 8e1e794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/plugins/groonga/column_list.rb
Expand Up @@ -52,7 +52,7 @@ def process_request(request)

private
def list_columns(table_name)
@contest[table_name].columns.each(&:format_column)
@context[table_name].columns.each(&:format_column)
end

def format_column(column)
Expand Down

0 comments on commit 8e1e794

Please sign in to comment.