forked from TrueCloudLab/restic
backend: fix doc typos
This commit is contained in:
parent
c143f8c9e3
commit
52b6cfbbfa
3 changed files with 3 additions and 3 deletions
|
@ -372,7 +372,7 @@ func (r *SFTP) Remove(t backend.Type, name string) error {
|
|||
}
|
||||
|
||||
// List returns a channel that yields all names of blobs of type t. A
|
||||
// goroutine ist started for this. If the channel done is closed, sending
|
||||
// goroutine is started for this. If the channel done is closed, sending
|
||||
// stops.
|
||||
func (r *SFTP) List(t backend.Type, done <-chan struct{}) <-chan string {
|
||||
ch := make(chan string)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue