Fix spelling error reported by goreportcard.com
This commit is contained in:
parent
23a84a6d0e
commit
52feea7744
@ -36,7 +36,7 @@ func (w *Walker) Next() bool {
|
||||
if w.descend && w.cur.entry.Type == EntryTypeFolder {
|
||||
entries, err := w.serverConn.List(w.cur.path)
|
||||
|
||||
// an error occured, drop out and stop walking
|
||||
// an error occurred, drop out and stop walking
|
||||
if err != nil {
|
||||
w.cur.err = err
|
||||
return false
|
||||
|
Loading…
Reference in New Issue
Block a user