From: Varsha Rao Date: Mon, 24 Jun 2019 10:57:21 +0000 (+0530) Subject: cephfs-shell: Fix typo for mounting X-Git-Tag: v15.1.0~2375^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ba5f1540d659b871a3cf8aabf008f60127fbf731;p=ceph.git cephfs-shell: Fix typo for mounting Signed-off-by: Varsha Rao --- diff --git a/src/tools/cephfs/cephfs-shell b/src/tools/cephfs/cephfs-shell index 05e1fa44773d..a91aa13402dd 100755 --- a/src/tools/cephfs/cephfs-shell +++ b/src/tools/cephfs/cephfs-shell @@ -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)