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 21, 2015
1 parent b51a8f7 commit 1aa6966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/droonga-engine-absorb-data
Expand Up @@ -238,7 +238,7 @@ module Droonga
"node" => source_node.to_s,
"key" => "last_processed_message_timestamp")
unless response
$stderr.puts("Could't get the time stamp of " +
$stderr.puts("Couldn't get the time stamp of " +
"the last processed message from the source node.")
return false
end
Expand Down
2 changes: 1 addition & 1 deletion bin/droonga-engine-join
Expand Up @@ -290,7 +290,7 @@ module Droonga
"node" => source_node.to_s,
"key" => "last_processed_message_timestamp")
unless response
$stderr.puts("Could't get the time stamp of " +
$stderr.puts("Couldn't get the time stamp of " +
"the last processed message from the source node.")
return false
end
Expand Down

0 comments on commit 1aa6966

Please sign in to comment.