From: Xiubo Li Date: Mon, 29 Mar 2021 04:00:35 +0000 (+0800) Subject: client: fix typo in the comments X-Git-Tag: v17.1.0~2449^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F40458%2Fhead;p=ceph.git client: fix typo in the comments Signed-off-by: Xiubo Li --- diff --git a/src/client/Client.cc b/src/client/Client.cc index ab34dcef1941..d34af1bb74c0 100644 --- a/src/client/Client.cc +++ b/src/client/Client.cc @@ -14961,7 +14961,7 @@ int Client::check_pool_perm(Inode *in, int need) if (!have) { if (in->snapid != CEPH_NOSNAP) { // pool permission check needs to write to the first object. But for snapshot, - // head of the first object may have alread been deleted. To avoid creating + // head of the first object may have already been deleted. To avoid creating // orphan object, skip the check for now. return 0; }