From 0ceea03608120b57bbbe2d9f1ad45e2f89970a2f Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Fri, 18 Nov 2022 22:08:13 +1000 Subject: [PATCH] src/pybind: fix typo in cephfs.pyx s/informaion/information/ Signed-off-by: Zac Dover --- src/pybind/cephfs/cephfs.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/cephfs/cephfs.pyx b/src/pybind/cephfs/cephfs.pyx index 71a6a3f044a..022c70b660f 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. -- 2.39.5