cmd: fix typos found by codespell

This commit is contained in:
Dimitri Papadopoulos
2023-03-24 11:32:59 +00:00
committed by Nick Craig-Wood
parent 043bf3567d
commit cce8936802
6 changed files with 9 additions and 9 deletions
+1 -1
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