docs: fix some function names in comments

Signed-off-by: crystalstall <crystalruby@qq.com>
This commit is contained in:
crystalstall
2024-09-03 00:20:08 +08:00
committed by GitHub
parent 711478554e
commit 296281a6eb
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ import (
"github.com/rclone/rclone/fs"
)
// attemptCopyGroups tries to keep the group the same. User will be the one
// attemptCopyGroup tries to keep the group the same. User will be the one
// who is currently running this process.
func attemptCopyGroup(fromPath, toPath string) {
info, err := os.Stat(fromPath)