From: Shiyang Ruan Date: Tue, 6 Nov 2018 09:13:43 +0000 (+0800) Subject: rbd: fix typos. X-Git-Tag: v14.1.0~933^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9a6f2608dbd76dc97bcf2953ac838ea9a9126943;p=ceph.git rbd: fix typos. Signed-off-by: Shiyang Ruan --- diff --git a/src/tools/rbd/action/Children.cc b/src/tools/rbd/action/Children.cc index 143337e32ceb..550b19bb9b99 100644 --- a/src/tools/rbd/action/Children.cc +++ b/src/tools/rbd/action/Children.cc @@ -1,4 +1,4 @@ -// -*- mode:C++; tab-width:8; c-basic-offsset:2; indent-tabs-mode:t -*- +// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "tools/rbd/ArgumentTypes.h" diff --git a/src/tools/rbd/action/Journal.cc b/src/tools/rbd/action/Journal.cc index 72663a1aa84a..d4a218953d6e 100644 --- a/src/tools/rbd/action/Journal.cc +++ b/src/tools/rbd/action/Journal.cc @@ -749,7 +749,7 @@ public: } bool read_entry(bufferlist& bl, int& r) { - // Entries are storead in the file using the following format: + // Entries are stored in the file using the following format: // // # Optional comments // NNN {json encoded entry}