Fix typos

This commit is contained in:
Andrea Gelmini 2023-12-06 13:11:55 +01:00
parent b72de5a883
commit 241916d55b
No known key found for this signature in database
GPG key ID: A4309075F05960F6
45 changed files with 67 additions and 67 deletions

View file

@ -6,7 +6,7 @@ import (
"github.com/restic/restic/internal/errors"
)
// shellSplitter splits a command string into separater arguments. It supports
// shellSplitter splits a command string into separated arguments. It supports
// single and double quoted strings.
type shellSplitter struct {
quote rune