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

Signed-off-by: Zac Dover <zac.dover@gmail.com>
(cherry picked from commit 0ceea03608120b57bbbe2d9f1ad45e2f89970a2f)

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.