From 43eb9ce6813788cc1127deb6ec1493c22d23b4c2 Mon Sep 17 00:00:00 2001
From: Konstantin Osipov <kostja.osipov@gmail.com>
Date: Tue, 26 Jan 2016 16:07:37 +0300
Subject: [PATCH] Fix typos.

---
 doc/sphinx/dev_guide/box-protocol.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/sphinx/dev_guide/box-protocol.rst b/doc/sphinx/dev_guide/box-protocol.rst
index 75a0486d8d..3ad90567a7 100644
--- a/doc/sphinx/dev_guide/box-protocol.rst
+++ b/doc/sphinx/dev_guide/box-protocol.rst
@@ -70,8 +70,8 @@ IPROTO is a binary request/response protocol.
     64                  107              127
 
 The server begins the dialogue by sending a fixed-size (128 bytes) text greeting
-to the client. The greeting always contains two 64 byte lines of ascii text, each line
-ending with newline character ('\n'). The first line contains the server version and 
+to the client. The greeting always contains two 64 byte lines of ASCII text, each line
+ending with newline character ('\\n'). The first line contains the server version and 
 protocol type. The second line contains up to 44 bytes of base64-encoded 
 random string, to use in authentication packet, and ends with up to 23 spaces.
 
-- 
GitLab