Fix spelling error reported by goreportcard.com

This commit is contained in:
Julien Laffaye 2021-03-05 10:58:28 -05:00
parent 23a84a6d0e
commit 52feea7744

View File

@ -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