]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephfs-shell: Fix typo for mounting 28718/head
authorVarsha Rao <varao@redhat.com>
Mon, 24 Jun 2019 10:57:21 +0000 (16:27 +0530)
committerVarsha Rao <varao@redhat.com>
Mon, 24 Jun 2019 10:59:35 +0000 (16:29 +0530)
Signed-off-by: Varsha Rao <varao@redhat.com>
src/tools/cephfs/cephfs-shell

index 05e1fa44773d2fbaf749fc06f6345bd137db069a..a91aa13402ddbb9e4a411679446b154d0c3aa95e 100755 (executable)
@@ -60,7 +60,7 @@ def poutput(s, end='\n'):
 
 def setup_cephfs(config_file):
     """
-    Mouting a cephfs
+    Mounting a cephfs
     """
     global cephfs
     cephfs = libcephfs.LibCephFS(conffile=config_file)