mirror of
https://github.com/restic/restic.git
synced 2025-10-09 07:33:53 +00:00
Fix typos
This commit is contained in:
@@ -31,7 +31,7 @@ type b2Backend struct {
|
||||
canDelete bool
|
||||
}
|
||||
|
||||
// Billing happens in 1000 item granlarity, but we are more interested in reducing the number of network round trips
|
||||
// Billing happens in 1000 item granularity, but we are more interested in reducing the number of network round trips
|
||||
const defaultListMaxItems = 10 * 1000
|
||||
|
||||
// ensure statically that *b2Backend implements backend.Backend.
|
||||
|
Reference in New Issue
Block a user