From: Zac Dover Date: Fri, 18 Nov 2022 12:08:13 +0000 (+1000) Subject: src/pybind: fix typo in cephfs.pyx X-Git-Tag: v17.2.6~360^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=dc0f2208ca3077cf9db5b4cd587a2d97a5bc350d;p=ceph.git src/pybind: fix typo in cephfs.pyx s/informaion/information/ Signed-off-by: Zac Dover (cherry picked from commit 0ceea03608120b57bbbe2d9f1ad45e2f89970a2f) --- diff --git a/src/pybind/cephfs/cephfs.pyx b/src/pybind/cephfs/cephfs.pyx index 71a6a3f044af5..022c70b660fca 100644 --- a/src/pybind/cephfs/cephfs.pyx +++ b/src/pybind/cephfs/cephfs.pyx @@ -1904,7 +1904,7 @@ cdef class LibCephFS(object): def lstat(self, path): """ Get a file's extended statistics and attributes. When file's a - symbolic link, return the informaion of the link itself rather + symbolic link, return the information of the link itself rather than that of the file it points too. :param path: the file or directory to get the statistics of.