From ba5f1540d659b871a3cf8aabf008f60127fbf731 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Mon, 24 Jun 2019 16:27:21 +0530 Subject: [PATCH] cephfs-shell: Fix typo for mounting Signed-off-by: Varsha Rao --- src/tools/cephfs/cephfs-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/cephfs/cephfs-shell b/src/tools/cephfs/cephfs-shell index 05e1fa44773d2..a91aa13402ddb 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) -- 2.39.5