[logaling-commit] logaling/logaling-command [master] fix typo

Back to archive index

null+****@clear***** null+****@clear*****
Tue Jan 31 11:26:47 JST 2012


yuta yamada	2012-01-31 11:26:47 +0900 (Tue, 31 Jan 2012)

  New Revision: 00995f9880ae591aa0405342af2a8762b661eb3a

  Merged 6b66cfe: Merge pull request #27 from yuutayamada/fix-typo

  Log:
    fix typo

  Modified files:
    lib/logaling/command/application.rb

  Modified: lib/logaling/command/application.rb (+1 -1)
===================================================================
--- lib/logaling/command/application.rb    2012-01-30 23:31:18 +0900 (7b8cefd)
+++ lib/logaling/command/application.rb    2012-01-31 11:26:47 +0900 (c21d275)
@@ -166,7 +166,7 @@ module Logaling::Command
     def lookup(source_term)
       config = load_config_and_merge_options
       repository.index
-      terms = repository.lookup(source_term, config["source_language"], config["target_language"], config["glossary"])
+      terms = repository.lookup(source_term, config["source-language"], config["target-language"], config["glossary"])
 
       unless terms.empty?
         max_str_size = terms.map{|term| term[:source_term].size}.sort.last




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