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 Jun 27, 2014
1 parent 4279941 commit 138e959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/droonga-engine-join
Expand Up @@ -45,7 +45,7 @@ parser.separator("")
parser.separator("Connections:")
parser.on("--replica-source-host=HOST",
"Host name of the soruce cluster to be connected.") do |host|
options.replic_source_host = host
options.replica_source_host = host
end
parser.on("--my-host=HOST",
"Host name of this node.") do |host|
Expand Down Expand Up @@ -97,7 +97,7 @@ puts "Duplicating replica..."
Droonga::DataAbsorber.absorb(:drndump => options.drndump,
:client => options.client,
:dataset => options.dataset,
:source_host => options.replic_source_host,
:source_host => options.replica_source_host,
:destination_host => options.my_host,
:port => options.port,
:tag => options.tag) do |dump|
Expand Down

0 comments on commit 138e959

Please sign in to comment.