Skip to content

Commit 022d1de

Browse files
alexandeargopherbot
authored andcommitted
all: correct typos in comments
Change-Id: Idc75240e5546be2f2b091878910339b4967c93c7 GitHub-Last-Rev: c78560c06fce951fefdb83c2550bc99ca15c48ef GitHub-Pull-Request: golang/net#166 Reviewed-on: https://go-review.googlesource.com/c/net/+/465715 Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: David Chase <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent c3d4a8e commit 022d1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdav/webdav.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ func handlePropfindError(err error, info os.FileInfo) error {
655655
// We need to be careful with other errors: there is no way to abort the xml stream
656656
// part way through while returning a valid PROPFIND response. Returning only half
657657
// 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,
659659
// and the parent http server complaining about writing a spurious header. We should
660660
// consider further enhancing this error handling to more gracefully fail, or perhaps
661661
// buffer the entire response until we've walked the tree.

0 commit comments

Comments
 (0)