cmd: fix typos found by codespell

This commit is contained in:
Dimitri Papadopoulos
2022-09-20 09:02:27 +02:00
committed by Nick Craig-Wood
parent 043bf3567d
commit cce8936802
6 changed files with 9 additions and 9 deletions

View File

@@ -141,7 +141,7 @@ func Touch(ctx context.Context, f fs.Fs, remote string) error {
file, err := f.NewObject(ctx, remote)
if err != nil {
if errors.Is(err, fs.ErrorObjectNotFound) {
// Touching non-existant path, possibly creating it as new file
// Touching non-existent path, possibly creating it as new file
if remote == "" {
fs.Logf(f, "Not touching empty directory")
return nil