From 1b82e61379df49200be81cdfb6ff168ca79a11db Mon Sep 17 00:00:00 2001
From: =?utf8?q?=E6=9D=8E=E4=B8=99=E6=B4=8B=2010208981?=
Date: Tue, 4 Sep 2018 17:22:10 +0800
Subject: [PATCH] doc: Fix Spelling Error of Cephfs Shell
Signed-off-by: Li Bingyang
---
doc/cephfs/cephfs-shell.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/cephfs/cephfs-shell.rst b/doc/cephfs/cephfs-shell.rst
index 48cfc104f06fa..b6ef3406971aa 100644
--- a/doc/cephfs/cephfs-shell.rst
+++ b/doc/cephfs/cephfs-shell.rst
@@ -42,7 +42,7 @@ Usage :
put [options] [target_path]
* source_path - local file/directory path to be copied to cephfs.
- * if `.` copies all the file/directories in the local workind directory.
+ * if `.` copies all the file/directories in the local working directory.
* if `-` Reads the input from stdin.
* target_path - remote directory path where the files/directories are to be copied to.
@@ -62,7 +62,7 @@ Usage :
get [options] [target_path]
* source_path - remote file/directory path which is to be copied to local file system.
- * if `.` copies all the file/directories in the remote workind directory.
+ * if `.` copies all the file/directories in the remote working directory.
* target_path - local directory path where the files/directories are to be copied to.
* if `.` files/directories are copied to the local working directory.
@@ -236,7 +236,7 @@ Usage:
pyscript [script_arguments]
* Console commands can be executed inside this script with cmd ("your command")
- However, you cannot run nested "py" or "pyscript" commands from withinthis script
+ However, you cannot run nested "py" or "pyscript" commands from within this script
Paths or arguments that contain spaces must be enclosed in quotes
py
--
2.39.5