mirror of
https://github.com/rclone/rclone.git
synced 2026-01-04 17:43:50 +00:00
docs: fix some function names in comments
Signed-off-by: curlwget <curlwget@icloud.com>
This commit is contained in:
@@ -461,7 +461,7 @@ func translateErrorsDir(err error) error {
|
||||
return err
|
||||
}
|
||||
|
||||
// translatesErrorsObject translates Koofr errors to rclone errors (for an object operation)
|
||||
// translateErrorsObject translates Koofr errors to rclone errors (for an object operation)
|
||||
func translateErrorsObject(err error) error {
|
||||
switch err := err.(type) {
|
||||
case httpclient.InvalidStatusError:
|
||||
|
||||
Reference in New Issue
Block a user