Navigation Menu

Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
soruce_dataset =>
source_dataset
  ^^
  • Loading branch information
piroor committed Apr 15, 2015
1 parent 2e55e8c commit dd42d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/droonga-engine-absorb-data
Expand Up @@ -38,7 +38,7 @@ module Droonga
assert_valid_options
trap_signals

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

0 comments on commit dd42d93

Please sign in to comment.