1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

fix spelling

This commit is contained in:
Fabian Möller
2019-04-30 14:06:24 +02:00
parent 7963320a29
commit 48c09608ea
31 changed files with 41 additions and 41 deletions

View File

@@ -34,7 +34,7 @@ check that parameter passing is working properly.`,
})
}
// Echo the input to the ouput parameters
// Echo the input to the output parameters
func rcNoop(in Params) (out Params, err error) {
return in, nil
}