doc: fix typos throughout docs and code

This commit is contained in:
Martin Michlmayr
2020-05-25 14:05:53 +08:00
committed by Nick Craig-Wood
parent 9db8ecbc32
commit 041b201abd
39 changed files with 51 additions and 51 deletions

View File

@@ -155,7 +155,7 @@ func (e *Error) Error() string {
return strings.Join(out, ": ")
}
// Time represents represents date and time information for the
// Time represents date and time information for the
// webdav API marshalling to and from timeFormat
type Time time.Time