mirror of
https://github.com/restic/restic.git
synced 2025-12-11 18:47:50 +00:00
Fix typos
This commit is contained in:
@@ -302,7 +302,7 @@ func Join(parts ...string) string {
|
||||
}
|
||||
|
||||
// tempSuffix generates a random string suffix that should be sufficiently long
|
||||
// to avoid accidential conflicts
|
||||
// to avoid accidental conflicts
|
||||
func tempSuffix() string {
|
||||
var nonce [16]byte
|
||||
_, err := rand.Read(nonce[:])
|
||||
|
||||
Reference in New Issue
Block a user