Skip to content

Commit 6a662b8

Browse files
Fix some typos (#4401)
1 parent 3502840 commit 6a662b8

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

doc/admin/monitoring/alerting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Configuration status
226226
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
227227

228228
:ref:`Configuration status <config_api_reference_info>` displays
229-
Tarantool 3 configuration apply state. Additional metrics desplay the count
229+
Tarantool 3 configuration apply state. Additional metrics display the count
230230
of apply warnings and errors.
231231

232232
.. code-block:: yaml

doc/code_snippets/test/constraints/constraint_test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ g.test_constraints = function(cg)
5050
t.assert_equals(customers:count(), 1)
5151
t.assert_equals(customers:get(1), {1, "Alice", 30})
5252

53-
-- Failed contstraint --
53+
-- Failed constraint --
5454
t.assert_error_msg_contains("Check constraint 'check_person' failed for a tuple",
5555
function() customers:insert{2, "Bob", 230} end)
5656

doc/contributing/docs/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Function and method parameters
9393

9494
If the parameter is optional, make sure it is enclosed in square brackets
9595
in the function declaration (in the "heading").
96-
Do not mark parameters additionaly as "optional" or "required":
96+
Do not mark parameters additionally as "optional" or "required":
9797

9898
.. code-block:: rst
9999

doc/reference/internals/msgpack_extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ the server response will look like this:
239239
04 MP_ERROR_ERRNO
240240
00 MP_UINT = error number
241241
05 MP_ERROR_ERRCODE
242-
0a MP_UINT = eror code ER_SPACE_EXISTS
242+
0a MP_UINT = error code ER_SPACE_EXISTS
243243
244244
245245
.. _msgpack_ext-datetime:

doc/reference/reference_lua/box_schema/downgrade.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ box.schema.downgrade()
2020
.. NOTE::
2121

2222
The Tarantool's downgrade procedure is similar to the upgrade process that is described in the :ref:`Upgrades <admin-upgrades>` topic.
23-
You need to run ``box.schema.downgrade()`` only on master and execute `box.shapshot()` on every instance in a replica set before restart to an older version.
23+
You need to run ``box.schema.downgrade()`` only on master and execute `box.snapshot()` on every instance in a replica set before restart to an older version.
2424

2525
To see Tarantool versions available for downgrade, call :ref:`box.schema.downgrade_versions() <box_schema-downgrade_versions>`. The oldest release available for downgrade is ``2.8.2``.
2626

doc/reference/reference_lua/datetime/datetime_object.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ datetime_object
2424
- Description
2525

2626
* - nsec
27-
- Nanosecods
27+
- Nanoseconds
2828

2929
* - sec
3030
- Seconds

doc/reference/reference_lua/datetime/interval_object.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ interval_object
2424
- Description
2525

2626
* - nsec
27-
- Nanosecods
27+
- Nanoseconds
2828

2929
* - sec
3030
- Seconds

doc/reference/reference_sql/sql_user_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ A datetime table field can be created by using this type, which is semantically
641641
There is no implicit cast available from a string expression to a datetime expression (unlike convention used by majority of SQL vendors).
642642
In such cases, you need to use explicit cast from a string value to a datetime value (see the example above).
643643

644-
You can subtract datetime and datetime, datetime and interval, or add datetime and interval in any order (see examples of such arithmetics in the description of the :ref:`INTERVAL type <sql_data_type_interval>`).
644+
You can subtract datetime and datetime, datetime and interval, or add datetime and interval in any order (see examples of such arithmetic in the description of the :ref:`INTERVAL type <sql_data_type_interval>`).
645645

646646
The built-in functions related to the DATETIME type are :ref:`DATE_PART() <sql_function_datepart>` and :ref:`NOW() <sql_function_now>`
647647

doc/tooling/tcm/tcm_cluster_monitoring.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Graph view
4444

4545
The graph view of the cluster topology is shown in a tree-like structure where
4646
leafs are the cluster's instances. Each instance's state is shown by its color.
47-
You can move the graph vertexes to arrange them as you like, and zoom in and out,
48-
which is helpful for bigger clusters.
47+
You can move the graph vertices to arrange them as you like, and zoom in and out,
48+
which is helpful for larger clusters.
4949

5050
To switch to the graph view, click the graph button on the right of the search bar on the **Stateboard** page.
5151

locale/en/dev_guide/internals/msgpack_extensions.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ msgid "ce 00 00 00 88 MP_UINT = HEADER + BODY SIZE\n"
298298
" 04 MP_ERROR_ERRNO\n"
299299
" 00 MP_UINT = error number\n"
300300
" 05 MP_ERROR_ERRCODE\n"
301-
" 0a MP_UINT = eror code ER_SPACE_EXISTS"
301+
" 0a MP_UINT = error code ER_SPACE_EXISTS"
302302
msgstr ""
303303

304304
#: ../../doc/dev_guide/internals/msgpack_extensions.rst:249

locale/ru/LC_MESSAGES/dev_guide/internals/msgpack_extensions.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,5 +414,5 @@ msgid ""
414414
" 04 MP_ERROR_ERRNO\n"
415415
" 00 MP_UINT = error number\n"
416416
" 05 MP_ERROR_ERRCODE\n"
417-
" 0a MP_UINT = eror code ER_SPACE_EXISTS"
417+
" 0a MP_UINT = error code ER_SPACE_EXISTS"
418418
msgstr ""

0 commit comments

Comments
 (0)