Skip to content

Commit 92f30fd

Browse files
authored
docs: fix some function names in comments
Signed-off-by: curlwget <[email protected]>
1 parent 559ef2e commit 92f30fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/koofr/koofr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ func translateErrorsDir(err error) error {
461461
return err
462462
}
463463

464-
// translatesErrorsObject translates Koofr errors to rclone errors (for an object operation)
464+
// translateErrorsObject translates Koofr errors to rclone errors (for an object operation)
465465
func translateErrorsObject(err error) error {
466466
switch err := err.(type) {
467467
case httpclient.InvalidStatusError:

backend/mailru/mailru.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ func (f *Fs) readItemMetaData(ctx context.Context, path string) (entry fs.DirEnt
634634
return
635635
}
636636

637-
// itemToEntry converts API item to rclone directory entry
637+
// itemToDirEntry converts API item to rclone directory entry
638638
// The dirSize return value is:
639639
//
640640
// <0 - for a file or in case of error

0 commit comments

Comments
 (0)