From 1cb65438fe91abb494153caf1810b54f113addce Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 18 Nov 2021 22:54:55 +0530 Subject: [PATCH] ... --- docs/file-transfer-protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/file-transfer-protocol.rst b/docs/file-transfer-protocol.rst index 8a6afc988..032f07c14 100644 --- a/docs/file-transfer-protocol.rst +++ b/docs/file-transfer-protocol.rst @@ -258,7 +258,7 @@ the numeralization of the word ``file``. data d base64_bytes Binary data ================= ======== ============== ======================================================================= -The ``Key name`` is the actual serialized name fo the key sent in the escape +The ``Key name`` is the actual serialized name of the key sent in the escape code. So for example, ``permissions=123`` is serialized as ``prm=123``. This is done to reduce overhead.