[Groonga-commit] groonga/groonga at 508a6be [master] doc api/overview: fix a typo

Back to archive index

Hiroshi Hatake null+****@clear*****
Fri Feb 13 18:43:27 JST 2015


Hiroshi Hatake	2015-02-13 18:43:27 +0900 (Fri, 13 Feb 2015)

  New Revision: 508a6bed3eff72e52a344b6470760473bd18d6b0
  https://github.com/groonga/groonga/commit/508a6bed3eff72e52a344b6470760473bd18d6b0

  Merged d9d1925: Merge pull request #280 from cosmo0920/doc-reference-api-overview

  Message:
    doc api/overview: fix a typo
    
    SUCCES ->
    SUCCESS
          +

  Modified files:
    doc/source/reference/api/overview.rst

  Modified: doc/source/reference/api/overview.rst (+1 -1)
===================================================================
--- doc/source/reference/api/overview.rst    2015-02-13 18:21:46 +0900 (ecbc378)
+++ doc/source/reference/api/overview.rst    2015-02-13 18:43:27 +0900 (514f220)
@@ -27,7 +27,7 @@ Here is an example that uses Groonga as full-text search library.
    grn_rc rc;
    /* Preparing resource will be used by libgroonga. */
    rc = grn_init();
-   if (rc != GRN_SUCCES) {
+   if (rc != GRN_SUCCESS) {
      grn_fin();
      return 1;
    }
-------------- next part --------------
HTML����������������������������...
Download 



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