[Groonga-commit] groonga/groonga at eeb3c8d [master] doc: fix typos

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Mar 1 23:23:16 JST 2016


HAYASHI Kentaro	2016-03-01 23:23:16 +0900 (Tue, 01 Mar 2016)

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

  Message:
    doc: fix typos
    
    assginment ->
    assignment
       ^^
    
    lintian reports it:
    
      I: groonga-bin: spelling-error-in-manpage usr/share/man/man1/groonga.1.gz assginment assignment

  Modified files:
    doc/source/reference/grn_expr/script_syntax.rst

  Modified: doc/source/reference/grn_expr/script_syntax.rst (+9 -9)
===================================================================
--- doc/source/reference/grn_expr/script_syntax.rst    2016-03-01 23:20:08 +0900 (4bcd993)
+++ doc/source/reference/grn_expr/script_syntax.rst    2016-03-01 23:23:16 +0900 (dac9d30)
@@ -677,7 +677,7 @@ Addition assignment operator
 
 Its syntax is ``column1 += column2``.
 
-The operator performs addition assginment operation on column1 by column2.
+The operator performs addition assignment operation on column1 by column2.
 
 .. groonga-command
 .. include:: ../../example/reference/grn_expr/script_syntax/simple_addition_assignment_operator.log
@@ -696,7 +696,7 @@ Subtraction assignment operator
 
 Its syntax is ``column1 -= column2``.
 
-The operator performs subtraction assginment operation on column1 by column2.
+The operator performs subtraction assignment operation on column1 by column2.
 
 .. groonga-command
 .. include:: ../../example/reference/grn_expr/script_syntax/simple_subtraction_assignment_operator.log
@@ -715,7 +715,7 @@ Multiplication assignment operator
 
 Its syntax is ``column1 *= column2``.
 
-The operator performs multiplication assginment operation on column1 by column2.
+The operator performs multiplication assignment operation on column1 by column2.
 
 .. groonga-command
 .. include:: ../../example/reference/grn_expr/script_syntax/simple_multiplication_assignment_operator.log
@@ -734,7 +734,7 @@ Division assignment operator
 
 Its syntax is ``column1 /= column2``.
 
-The operator performs division assginment operation on column1 by column2.
+The operator performs division assignment operation on column1 by column2.
 
 .. groonga-command
 .. include:: ../../example/reference/grn_expr/script_syntax/simple_division_assignment_operator.log
@@ -753,7 +753,7 @@ Modulo assignment operator
 
 Its syntax is ``column1 %= column2``.
 
-The operator performs modulo assginment operation on column1 by column2.
+The operator performs modulo assignment operation on column1 by column2.
 
 .. groonga-command
 .. include:: ../../example/reference/grn_expr/script_syntax/simple_modulo_assignment_operator.log
@@ -772,7 +772,7 @@ Bitwise left shift assignment operator
 
 Its syntax is ``column1 <<= column2``.
 
-The operator performs left shift assginment operation on column1 by column2.
+The operator performs left shift assignment operation on column1 by column2.
 
 .. groonga-command
 .. include:: ../../example/reference/grn_expr/script_syntax/simple_left_shift_assignment_operator.log
@@ -791,14 +791,14 @@ Bitwise signed right shift assignment operator
 
 Its syntax is ``column2 >>= column2``.
 
-The operator performs signed right shift assginment operation on column1 by column2.
+The operator performs signed right shift assignment operation on column1 by column2.
 
 Bitwise unsigned right shift assignment operator
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Its syntax is ``column1 >>>= column2``.
 
-The operator performs unsigned right shift assginment operation on column1 by column2.
+The operator performs unsigned right shift assignment operation on column1 by column2.
 
 Bitwise AND assignment operator
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -845,7 +845,7 @@ Bitwise XOR assignment operator
 
 Its syntax is ``column1 ^= column2``.
 
-The operator performs bitwise XOR assginment operation on column1 by column2.
+The operator performs bitwise XOR assignment operation on column1 by column2.
 
 .. groonga-command
 .. include:: ../../example/reference/grn_expr/script_syntax/simple_xor_assignment_operator.log
-------------- next part --------------
HTML����������������������������...
Download 



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