From 969e49882470f858c9998384f81f6b3565b724c9 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 (cherry picked from commit 0ceea03608120b57bbbe2d9f1ad45e2f89970a2f) --- 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 644eae4d5bdd..f4fe8d8d19c0 100644 --- a/src/pybind/cephfs/cephfs.pyx +++ b/src/pybind/cephfs/cephfs.pyx @@ -1902,7 +1902,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.47.3