]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
src/pybind: fix typo in cephfs.pyx
authorZac Dover <zac.dover@gmail.com>
Fri, 18 Nov 2022 12:08:13 +0000 (22:08 +1000)
committerZac Dover <zac.dover@gmail.com>
Fri, 18 Nov 2022 12:08:13 +0000 (22:08 +1000)
s/informaion/information/

Signed-off-by: Zac Dover <zac.dover@gmail.com>
src/pybind/cephfs/cephfs.pyx

index 71a6a3f044af5733ec8be2c3baedde7f70f85de4..022c70b660fcaa08c5b5a83c776ddb272b5f4c83 100644 (file)
@@ -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.