doc: fix typos throughout docs and code
This commit is contained in:
committed by
Nick Craig-Wood
parent
9db8ecbc32
commit
041b201abd
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user