From 316a74dbf8fa750e2ba851f67abb6e14ee084e4f Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 18 Sep 2018 11:22:36 +0800 Subject: [PATCH] client: fix typos Signed-off-by: Kefu Chai --- src/client/Client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5