From 40a73e195445272af4f2d51e3f1707bbcb4c7988 Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Mon, 29 Mar 2021 12:00:35 +0800 Subject: [PATCH] client: fix typo in the comments Signed-off-by: Xiubo Li --- src/client/Client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/Client.cc b/src/client/Client.cc index ab34dcef19413..d34af1bb74c03 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; } -- 2.39.5