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

@ -18,7 +18,7 @@ type Backend interface {
// repository.
Location() string
// Connections returns the maxmimum number of concurrent backend operations.
// Connections returns the maximum number of concurrent backend operations.
Connections() uint
// Hasher may return a hash function for calculating a content hash for the backend