1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

docs: fix various typos

This commit is contained in:
Ben Boeckel
2019-03-27 15:12:24 -04:00
committed by Nick Craig-Wood
parent 6fb1c8f51c
commit 3d424c6e08
17 changed files with 32 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
# error codes
# 0 - exited without problems
# 1 - parameters not supported were used or some unexpected error occured
# 1 - parameters not supported were used or some unexpected error occurred
# 2 - OS not supported by this script
# 3 - installed version of rclone is up to date
# 4 - supported unzip tools are not available
@@ -142,7 +142,7 @@ esac
cd $unzip_dir/*
#mounting rclone to enviroment
#mounting rclone to environment
case $OS in
'linux')