1
0
mirror of https://github.com/rclone/rclone.git synced 2025-03-17 20:27:52 +02:00

docs: add missing word

This commit is contained in:
Martin Michlmayr 2020-05-26 07:30:30 +08:00 committed by Nick Craig-Wood
parent 7a5b531bd0
commit 48eef2fb3c
8 changed files with 9 additions and 9 deletions

@ -92,7 +92,7 @@ the following characters are also replaced:
| \ | 0x5C | \ |
File names can also not end with the following characters.
These only get replaced if they are last character in the name:
These only get replaced if they are the last character in the name:
| Character | Value | Replacement |
| --------- |:-----:|:-----------:|

@ -206,7 +206,7 @@ the following characters are also replaced:
| \ | 0x5C | \ |
File names can also not end with the following characters.
These only get replaced if they are last character in the name:
These only get replaced if they are the last character in the name:
| Character | Value | Replacement |
| --------- |:-----:|:-----------:|

@ -111,7 +111,7 @@ is checked for all transfers.
| \ | 0x5C | \ |
File names can also not end with the following characters.
These only get replaced if they are last character in the name:
These only get replaced if they are the last character in the name:
| Character | Value | Replacement |
| --------- |:-----:|:-----------:|

@ -103,7 +103,7 @@ the following characters are also replaced:
| ' | 0x27 | ' |
File names can also not start or end with the following characters.
These only get replaced if they are first or last character in the
These only get replaced if they are the first or last character in the
name:
| Character | Value | Replacement |

@ -115,7 +115,7 @@ In addition to the [default restricted characters set](/overview/#restricted-cha
the following characters are also replaced:
File names can also not end with the following characters.
These only get replaced if they are last character in the name:
These only get replaced if they are the last character in the name:
| Character | Value | Replacement |
| --------- |:-----:|:-----------:|

@ -100,7 +100,7 @@ list is based on the [Windows file naming conventions](https://docs.microsoft.co
| \| | 0x7C | | |
File names on Windows can also not end with the following characters.
These only get replaced if they are last character in the name:
These only get replaced if they are the last character in the name:
| Character | Value | Replacement |
| --------- |:-----:|:-----------:|

@ -168,7 +168,7 @@ the following characters are also replaced:
| % | 0x25 | % |
File names can also not end with the following characters.
These only get replaced if they are last character in the name:
These only get replaced if they are the last character in the name:
| Character | Value | Replacement |
| --------- |:-----:|:-----------:|
@ -176,7 +176,7 @@ These only get replaced if they are last character in the name:
| . | 0x2E | . |
File names can also not begin with the following characters.
These only get replaced if they are first character in the name:
These only get replaced if they are the first character in the name:
| Character | Value | Replacement |
| --------- |:-----:|:-----------:|

@ -142,7 +142,7 @@ the following characters are also replaced:
| " | 0x22 | " |
File names can also not start or end with the following characters.
These only get replaced if they are first or last character in the
These only get replaced if they are the first or last character in the
name:
| Character | Value | Replacement |