[Groonga-commit] droonga/droonga-engine at 1aa6966 [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 21 10:12:36 JST 2015


YUKI Hiroshi	2015-04-21 10:12:36 +0900 (Tue, 21 Apr 2015)

  New Revision: 1aa6966d33ca0b19adfffa2b349469d5d35dd93e
  https://github.com/droonga/droonga-engine/commit/1aa6966d33ca0b19adfffa2b349469d5d35dd93e

  Message:
    Fix typo

  Modified files:
    bin/droonga-engine-absorb-data
    bin/droonga-engine-join

  Modified: bin/droonga-engine-absorb-data (+1 -1)
===================================================================
--- bin/droonga-engine-absorb-data    2015-04-21 09:46:49 +0900 (7d2ac95)
+++ bin/droonga-engine-absorb-data    2015-04-21 10:12:36 +0900 (88e9b32)
@@ -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

  Modified: bin/droonga-engine-join (+1 -1)
===================================================================
--- bin/droonga-engine-join    2015-04-21 09:46:49 +0900 (05ba1d5)
+++ bin/droonga-engine-join    2015-04-21 10:12:36 +0900 (16f4d9d)
@@ -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
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index