mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
Fix documentation/comment typos
This patch fixes a variety of typos in documentation and comments, found by running `codespell`.
This commit is contained in:
@@ -301,7 +301,7 @@ func (tr *trace) IsError() bool {
|
||||
// We keep this many buckets of finished traces.
|
||||
const nBuckets = 8
|
||||
|
||||
// Buckets to use. Lenght must match nBuckets.
|
||||
// Buckets to use. Length must match nBuckets.
|
||||
// "Traces with a latency >= $duration".
|
||||
var buckets = []time.Duration{
|
||||
time.Duration(0),
|
||||
|
||||
Reference in New Issue
Block a user