[Groonga-commit] groonga/groonga-command-parser at a3036ee [master] Fix a typo

Back to archive index
Kouhei Sutou null+****@clear*****
Wed Mar 6 14:19:28 JST 2019


Kouhei Sutou	2019-03-06 14:19:28 +0900 (Wed, 06 Mar 2019)

  Revision: a3036eeb1143f4946f19aee48b14f01bdfb1212b
  https://github.com/groonga/groonga-command-parser/commit/a3036eeb1143f4946f19aee48b14f01bdfb1212b

  Message:
    Fix a typo

  Modified files:
    lib/groonga/command/parser.rb

  Modified: lib/groonga/command/parser.rb (+2 -2)
===================================================================
--- lib/groonga/command/parser.rb    2019-03-06 14:16:24 +0900 (3ca7975)
+++ lib/groonga/command/parser.rb    2019-03-06 14:19:28 +0900 (b029d43)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2017  Kouhei Sutou <kou****@clear*****>
+# Copyright (C) 2011-2019  Kouhei Sutou <kou****@clear*****>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -369,7 +369,7 @@ module Groonga
         end
         @load_values_parser.on_consumed = lambda do |consumed|
           if @loading
-            @command.original_source << consumed if @Need_original_source
+            @command.original_source << consumed if @need_original_source
             if****@buffe***** == consumed.bytesize
               @buffer = "".force_encoding("ASCII-8BIT")
             else
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190306/6772ddb6/attachment-0001.html>


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