[Groonga-commit] groonga/groonga [master] Fix typos: conent -> content, unsinged -> unsigned

Back to archive index

Yoji SHIDARA null+****@clear*****
Thu Nov 8 13:30:07 JST 2012


Yoji SHIDARA	2012-11-08 13:30:07 +0900 (Thu, 08 Nov 2012)

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

  Log:
    Fix typos: conent -> content, unsinged -> unsigned

  Modified files:
    doc/source/spec/gqtp.txt

  Modified: doc/source/spec/gqtp.txt (+2 -2)
===================================================================
--- doc/source/spec/gqtp.txt    2012-11-08 13:29:58 +0900 (eef42d6)
+++ doc/source/spec/gqtp.txt    2012-11-08 13:30:07 +0900 (fd97c4d)
@@ -24,7 +24,7 @@ You can do zero or more processing units in a session.
 
 Both request and response consist of GQTP header and body. GQTP header
 is fixed size data. Body is variable size data and its size is stored
-in GQTP header. The conent of body isn't defined in GQTP.
+in GQTP header. The content of body isn't defined in GQTP.
 
 GQTP header
 ^^^^^^^^^^^
@@ -198,7 +198,7 @@ future.
 """"""""
 
 The size of body. The maximum body size is 4GB because ``size`` is
-4byte unsinged integer. If you want to send 4GB or more larger data,
+4byte unsigned integer. If you want to send 4GB or more larger data,
 use ``MORE`` flag.
 
 Example
-------------- next part --------------
HTML����������������������������...
下载 



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