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 1, 2015
1 parent cf84948 commit 38eba54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/dispatcher.rb
Expand Up @@ -196,7 +196,7 @@ def dispatch(message, destination)
"to" => destination,
}
if direct_route?(forward_destination)
@fowrarder.forward(forward_message, forward_destination)
@forwarder.forward(forward_message, forward_destination)
else
@cluster.forward(forward_message, forward_destination)
end
Expand Down

0 comments on commit 38eba54

Please sign in to comment.