From d1a38aa1aeb87421cd7a9e72b25ac780eb8f1587 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E6=9D=8E=E4=B8=99=E6=B4=8B=2010208981?= Date: Fri, 14 Sep 2018 09:23:15 +0800 Subject: [PATCH] doc: Fix Typos of Developer Guide Signed-off-by: Li Bingyang --- doc/dev/logging.rst | 2 +- doc/dev/network-encoding.rst | 2 +- doc/dev/network-protocol.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/dev/logging.rst b/doc/dev/logging.rst index 467ea1e89f137..1337bacd0d401 100644 --- a/doc/dev/logging.rst +++ b/doc/dev/logging.rst @@ -14,7 +14,7 @@ to read something, but it's corrupt so we can't, or we scrubbed a PG but the data was inconsistent so we can't recover. Use WRN for incidents that the cluster can handle, but have some abnormal/negative -aspect, such as a temporary degredation of service, or an unexpected internal +aspect, such as a temporary degradation of service, or an unexpected internal value. For example, a metadata error that can be auto-fixed, or a slow operation. Use INFO for ordinary cluster operations that do not indicate a fault in diff --git a/doc/dev/network-encoding.rst b/doc/dev/network-encoding.rst index 51d030e76a3e2..d59b0ee9ee50b 100644 --- a/doc/dev/network-encoding.rst +++ b/doc/dev/network-encoding.rst @@ -158,7 +158,7 @@ A Blob is simply a list of bytes. Blobs are used to encode ``std::string``, ``const char *`` and ``bufferlist``. .. note:: - The content of a Blob is arbratrary binary data. + The content of a Blob is arbitrary binary data. Map --- diff --git a/doc/dev/network-protocol.rst b/doc/dev/network-protocol.rst index 3a59b80c42654..f6fb1738d69db 100644 --- a/doc/dev/network-protocol.rst +++ b/doc/dev/network-protocol.rst @@ -127,7 +127,7 @@ CEPH_MSGR_TAG_MSG (0x07) u32le front_len; // The size of the front section. u32le middle_len; // The size of the middle section. u32le data_len; // The size of the data section. - u16le data_off; // The way data should be aligned by the reciever. + u16le data_off; // The way data should be aligned by the receiver. ceph_entity_name src; // Information about the sender. -- 2.39.5