From: Kefu Chai Date: Tue, 18 Sep 2018 03:22:36 +0000 (+0800) Subject: client: fix typos X-Git-Tag: v14.0.1~213^2~11 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=316a74dbf8fa750e2ba851f67abb6e14ee084e4f;p=ceph.git client: fix typos Signed-off-by: Kefu Chai --- diff --git a/src/client/Client.h b/src/client/Client.h index 896bde0e6ba1f..20111e31de548 100644 --- a/src/client/Client.h +++ b/src/client/Client.h @@ -302,7 +302,7 @@ public: const bufferlist& inbl, bufferlist *poutbl, std::string *prs, Context *onfinish); - // these shoud (more or less) mirror the actual system calls. + // these should (more or less) mirror the actual system calls. int statfs(const char *path, struct statvfs *stbuf, const UserPerm& perms); // crap