Minor speling corection.

This commit is contained in:
rawtaz 2020-02-13 00:47:09 +01:00 committed by GitHub
parent 6e9778ae0e
commit bf199e5ca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Bugfix: Do not crash with Synology NAS sftp server
It was found that when restic is used to store data on an sftp server on a It was found that when restic is used to store data on an sftp server on a
Synology NAS with a relative path (one which does not start with a slash), it Synology NAS with a relative path (one which does not start with a slash), it
may go into an endless loop trying to create directories on the server. We've may go into an endless loop trying to create directories on the server. We've
fixed this bug by using a function oft the sftp library instead of our own fixed this bug by using a function in the sftp library instead of our own
implementation. implementation.
The bug was discovered because the Synology sftp server behaves erratic with The bug was discovered because the Synology sftp server behaves erratic with