From: 叶海丰 <769358362@qq.com> Date: Sat, 16 Dec 2023 09:31:47 +0000 (+0800) Subject: doc/cephfs/client-auth.rst: correct `This so because` to `This is because` X-Git-Tag: testing/wip-batrick-testing-20240411.154038~613^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=0ca294ecc52f4f5ad70ed26e1df7f63091a58892;p=ceph-ci.git doc/cephfs/client-auth.rst: correct `This so because` to `This is because` --- diff --git a/doc/cephfs/client-auth.rst b/doc/cephfs/client-auth.rst index 946211bf682..75528f91eae 100644 --- a/doc/cephfs/client-auth.rst +++ b/doc/cephfs/client-auth.rst @@ -314,7 +314,7 @@ Changing rw permissions in caps ------------------------------- It's not possible to modify caps by running ``fs authorize`` except for the -case when read/write permissions have to be changed. This so because the +case when read/write permissions have to be changed. This is because the ``fs authorize`` becomes ambiguous. For example, user runs ``fs authorize cephfs1 client.x /dir1 rw`` to create a client and then runs ``fs authorize cephfs1 client.x /dir2 rw`` (notice ``/dir1`` is changed to ``/dir2``).