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

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Jun 27 22:35:31 JST 2014


YUKI Hiroshi	2014-06-27 22:35:31 +0900 (Fri, 27 Jun 2014)

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

  Message:
    Fix typo

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

  Modified: bin/droonga-engine-absorb-data (+2 -2)
===================================================================
--- bin/droonga-engine-absorb-data    2014-06-27 22:24:18 +0900 (69e0004)
+++ bin/droonga-engine-absorb-data    2014-06-27 22:35:31 +0900 (1649750)
@@ -34,11 +34,11 @@ client_options = []
 parser.separator("")
 parser.separator("Source:")
 parser.on("--source-host=HOST",
-          "Host name of the soruce cluster to be connected.") do |host|
+          "Host name of the source cluster to be connected.") do |host|
   drndump_options += ["--host", host]
 end
 parser.on("--source-port=PORT", Integer,
-          "Port number of the soruce cluster to be connected.") do |port|
+          "Port number of the source cluster to be connected.") do |port|
   drndump_options += ["--port", port.to_s]
 end
 
-------------- next part --------------
HTML����������������������������...
Download 



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