[Groonga-commit] groonga/groonga at fcccbde [master] Fix typo

Back to archive index

Kenji Okimoto null+****@clear*****
Fri Apr 6 11:18:06 JST 2018


Kenji Okimoto	2018-04-06 11:18:06 +0900 (Fri, 06 Apr 2018)

  New Revision: fcccbde106bb3b58cb8b4215b94e98aefdb6480f
  https://github.com/groonga/groonga/commit/fcccbde106bb3b58cb8b4215b94e98aefdb6480f

  Merged c779b45: Merge pull request #837 from okkez/fix-typos

  Message:
    Fix typo
    
    groogna ->
    groonga
        ^^
    
        $ sed -i -s -e '1,$ s/groogna/groonga/g' doc/**/*.rst
    
    Signed-off-by: Kenji Okimoto <okimoto �� clear-code.com>

  Modified files:
    doc/source/news/1.3.x.rst
    doc/source/news/2.x.rst
    doc/source/reference/commands/select.rst
    doc/source/reference/executables/groonga-suggest-httpd.rst
    doc/source/reference/grn_expr/query_syntax.rst
    doc/source/server/http/comparison.rst

  Modified: doc/source/news/1.3.x.rst (+2 -2)
===================================================================
--- doc/source/news/1.3.x.rst    2018-04-06 11:17:34 +0900 (7e9aaa6db)
+++ doc/source/news/1.3.x.rst    2018-04-06 11:18:06 +0900 (cc32d8c31)
@@ -27,9 +27,9 @@ Improvements
 * Enabled warning flags on C and C++.
 * Supported ``--with-libevent`` without value configure option.
 * ``grn_table_get()`` supported grn_db. [#1242]
-* [rpm] Removed needless groogna-munin-plugins dependency
+* [rpm] Removed needless groonga-munin-plugins dependency
   from groonga-server. [#1251] [Suggested by Masaharu IWAI]
-* [rpm] Removed needless groogna-doc dependency
+* [rpm] Removed needless groonga-doc dependency
   from groonga. [#1251] [Suggested by Masaharu IWAI]
 * [dat] Supported repair by ``grn_dat_repair()``.
 * ``grn_table_at()`` supported grn_db.

  Modified: doc/source/news/2.x.rst (+1 -1)
===================================================================
--- doc/source/news/2.x.rst    2018-04-06 11:17:34 +0900 (a67fd1267)
+++ doc/source/news/2.x.rst    2018-04-06 11:18:06 +0900 (dbe37adf9)
@@ -468,7 +468,7 @@ Release 2.0.2 - 2012-04-29
 .. caution::
 
    The package sign key is changed since this release. Import the new
-   package sign key before updating groogna packages.
+   package sign key before updating groonga packages.
 
    Debian/Ubuntu::
 

  Modified: doc/source/reference/commands/select.rst (+2 -2)
===================================================================
--- doc/source/reference/commands/select.rst    2018-04-06 11:17:34 +0900 (6d016c561)
+++ doc/source/reference/commands/select.rst    2018-04-06 11:18:06 +0900 (542be66db)
@@ -589,7 +589,7 @@ a fulltext search form in a Web page. A query text should be formatted
 in :doc:`/reference/grn_expr/query_syntax`. The syntax is similar to common search
 form like Google's search form. For example, ``word1 word2`` means
 that groonga searches records that contain both ``word1`` and
-``word2``. ``word1 OR word2`` means that groogna searches records that
+``word2``. ``word1 OR word2`` means that groonga searches records that
 contain either ``word1`` or ``word2``.
 
 Here is a simple logical and search example.
@@ -701,7 +701,7 @@ is used only when no records are matched.
 The default threshold can be customized by one of the followings.
 
   * ``--with-match-escalation-threshold`` option of configure
-  * ``--match-escalation-threshold`` option of groogna command
+  * ``--match-escalation-threshold`` option of groonga command
   * ``match-escalation-threshold`` configuration item in configuration
     file
 

  Modified: doc/source/reference/executables/groonga-suggest-httpd.rst (+2 -2)
===================================================================
--- doc/source/reference/executables/groonga-suggest-httpd.rst    2018-04-06 11:17:34 +0900 (241601aec)
+++ doc/source/reference/executables/groonga-suggest-httpd.rst    2018-04-06 11:18:06 +0900 (c12544cc0)
@@ -117,9 +117,9 @@ The ``groonga-suggest-learner`` process opens two endpoints at
 ``1234`` port and ``1235`` port:
 
   * ``1234`` port: Endpoint that accepts user input data from
-    ``groogna-suggest-httpd``
+    ``groonga-suggest-httpd``
   * ``1235`` port: Endpoint that sends learned suggestion data to
-    ``groogna-suggest-httpd``
+    ``groonga-suggest-httpd``
 
 Launch ``groonga-suggest-httpd``
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  Modified: doc/source/reference/grn_expr/query_syntax.rst (+1 -1)
===================================================================
--- doc/source/reference/grn_expr/query_syntax.rst    2018-04-06 11:17:34 +0900 (2aaa51679)
+++ doc/source/reference/grn_expr/query_syntax.rst    2018-04-06 11:18:06 +0900 (70be2c943)
@@ -12,7 +12,7 @@ Query syntax is a syntax to specify search condition for common Web
 search form. It is similar to the syntax of Google's search form. For
 example, ``word1 word2`` means that groonga searches records that
 contain both ``word1`` and ``word2``. ``word1 OR word2`` means that
-groogna searches records that contain either ``word1`` or ``word2``.
+groonga searches records that contain either ``word1`` or ``word2``.
 
 Query syntax consists of ``conditional expression``, ``combind
 expression`` and ``assignment expression``. Nomrally ``assignment

  Modified: doc/source/server/http/comparison.rst (+2 -2)
===================================================================
--- doc/source/server/http/comparison.rst    2018-04-06 11:17:34 +0900 (452a6055c)
+++ doc/source/server/http/comparison.rst    2018-04-06 11:18:06 +0900 (c5daa2b06)
@@ -150,12 +150,12 @@ version 2 comamnds under ``/api/2/``::
 
       location /api/1/ {
         groonga on;
-        groogna_default_command_version 1;
+        groonga_default_command_version 1;
       }
 
       location /api/2/ {
         groonga on;
-        groogna_default_command_version 2;
+        groonga_default_command_version 2;
       }
     }
   }
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180406/0ce609ff/attachment-0001.htm 



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