]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
src/pybind: fix typo in cephfs.pyx 48953/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:22 +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 644eae4d5bdd2e58fa21af6b24651d2bf0f079e3..f4fe8d8d19c02fef9eef0f4494636e31e4731ac1 100644 (file)
@@ -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.