forked from TrueCloudLab/rclone
fix spelling
This commit is contained in:
parent
7963320a29
commit
48c09608ea
31 changed files with 41 additions and 41 deletions
|
@ -154,7 +154,7 @@ type TokenSource struct {
|
|||
}
|
||||
|
||||
// If token has expired then first try re-reading it from the config
|
||||
// file in case a concurrently runnng rclone has updated it already
|
||||
// file in case a concurrently running rclone has updated it already
|
||||
func (ts *TokenSource) reReadToken() bool {
|
||||
tokenString, err := config.FileGetFresh(ts.name, config.ConfigToken)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue