Navigation Menu

Skip to content

Commit

Permalink
Fix mismatched method name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 15, 2015
1 parent 06f9389 commit 2e55e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/droonga-engine-absorb-data
Expand Up @@ -39,7 +39,7 @@ module Droonga
trap_signals

puts "Start to absorb data from #{@options.soruce_dataset} at #{source_node.to_s}"
puts " to #{@options.dataset} at #{destination_host.to_s}"
puts " to #{@options.dataset} at #{destination_node.to_s}"
puts " via #{@options.receiver_host} (this host)"
puts ""
puts "Absorbing..."
Expand Down

0 comments on commit 2e55e8c

Please sign in to comment.