File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -655,7 +655,7 @@ func handlePropfindError(err error, info os.FileInfo) error {
655
655
// We need to be careful with other errors: there is no way to abort the xml stream
656
656
// part way through while returning a valid PROPFIND response. Returning only half
657
657
// the data would be misleading, but so would be returning results tainted by errors.
658
- // The curent behaviour by returning an error here leads to the stream being aborted,
658
+ // The current behaviour by returning an error here leads to the stream being aborted,
659
659
// and the parent http server complaining about writing a spurious header. We should
660
660
// consider further enhancing this error handling to more gracefully fail, or perhaps
661
661
// buffer the entire response until we've walked the tree.
You can’t perform that action at this time.
0 commit comments