doc: fix typos throughout docs and code

This commit is contained in:
Martin Michlmayr
2020-05-25 11:23:58 +01:00
committed by Nick Craig-Wood
parent 9db8ecbc32
commit 041b201abd
39 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ type accountValues struct {
const averagePeriod = 16 // period to do exponentially weighted averages over
// newAccountSizeName makes a Account reader for an io.ReadCloser of
// newAccountSizeName makes an Account reader for an io.ReadCloser of
// the given size and name
func newAccountSizeName(stats *StatsInfo, in io.ReadCloser, size int64, name string) *Account {
acc := &Account{