From: Jason Dillaman Date: Fri, 7 Apr 2017 17:17:04 +0000 (-0400) Subject: rbd: corrected typo in rbd export v2 section header X-Git-Tag: v12.0.2~129^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=24ba996513a67ff81621b89c8edef4471649af1a;p=ceph.git rbd: corrected typo in rbd export v2 section header Signed-off-by: Jason Dillaman --- diff --git a/src/tools/rbd/Utils.h b/src/tools/rbd/Utils.h index d7ac67315a20..89ef83405efa 100644 --- a/src/tools/rbd/Utils.h +++ b/src/tools/rbd/Utils.h @@ -36,7 +36,7 @@ static const std::string RBD_DIFF_BANNER ("rbd diff v1\n"); static const size_t RBD_DEFAULT_SPARSE_SIZE = 4096; static const std::string RBD_IMAGE_BANNER_V2 ("rbd image v2\n"); -static const std::string RBD_IMAGE_DIFFS_BANNER_V2 ("rbd image diffss v2\n"); +static const std::string RBD_IMAGE_DIFFS_BANNER_V2 ("rbd image diffs v2\n"); static const std::string RBD_DIFF_BANNER_V2 ("rbd diff v2\n"); #define RBD_DIFF_FROM_SNAP 'f'