mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 05:54:43 +02:00
docs: fix some function names in comments
Signed-off-by: crystalstall <crystalruby@qq.com>
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user