Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #7 from komainu8/feature/fix_typo
Browse files Browse the repository at this point in the history
Fix a typo.
  • Loading branch information
kenhys committed Apr 14, 2017
2 parents 3244148 + 155297f commit 38aea4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/groonga/query-log/command/run-regression-test.rb
Expand Up @@ -390,8 +390,8 @@ def verify_server(test_log_path, query_log_path)
]
command_line << "--no-care-order" if @options[:care_order] == false
command_line << query_log_path.to_s
verify_serer = VerifyServer.new
verify_serer.run(command_line)
verify_server = VerifyServer.new
verify_server.run(command_line)
end

def query_log_paths
Expand Down

0 comments on commit 38aea4c

Please sign in to comment.