From e484e6ef791dfbf77dbd41e59a1839ea6f0fc768 Mon Sep 17 00:00:00 2001
From: ocelot-inc <pgulutzan@ocelot.ca>
Date: Mon, 1 Jun 2015 15:50:32 -0600
Subject: [PATCH] trivial typos

---
 doc/sphinx/book/app_c_lua_tutorial.rst | 2 +-
 doc/sphinx/book/app_d_plugins.rst      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/sphinx/book/app_c_lua_tutorial.rst b/doc/sphinx/book/app_c_lua_tutorial.rst
index cc9bcd1bdd..29294481be 100644
--- a/doc/sphinx/book/app_c_lua_tutorial.rst
+++ b/doc/sphinx/book/app_c_lua_tutorial.rst
@@ -323,7 +323,7 @@ with two fields. The first field will be 1. The second field will be a random
 10-letter string. Once again the ``string_function(``) can be invoked from
 ``main_function()`` which can be invoked with ``main_function()!``. But
 ``main_function()`` won't tell the whole story, because it does not return t, it
-nly puts t into the database. To confirm that something got inserted, we'll use
+only puts t into the database. To confirm that something got inserted, we'll use
 a SELECT request.
 
 .. code-block:: lua
diff --git a/doc/sphinx/book/app_d_plugins.rst b/doc/sphinx/book/app_d_plugins.rst
index 143ec3812e..85f75ae618 100644
--- a/doc/sphinx/book/app_d_plugins.rst
+++ b/doc/sphinx/book/app_d_plugins.rst
@@ -76,7 +76,7 @@ mysqld server is already running on the local host 127.0.0.1.
     Query OK, 0 rows affected (0.13 sec)
     mysql> INSERT INTO test.test VALUES (1,'MySQL row');
     Query OK, 1 row affected (0.02 sec)
-    mysql> **QUIT**
+    mysql> QUIT
     Bye
 
     # Build the Tarantool server. Make certain that "cmake" gets the right
-- 
GitLab