Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
Fixs typo: "compltely" to "completely" (#470)
Browse files Browse the repository at this point in the history
Fix a small typo.
  • Loading branch information
JoeWrightss authored and krasi-georgiev committed Dec 11, 2018
1 parent c8c03ff commit cbfda5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion head.go
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ func (h *Head) Truncate(mint int64) (err error) {
}

// initTime initializes a head with the first timestamp. This only needs to be called
// for a compltely fresh head with an empty WAL.
// for a completely fresh head with an empty WAL.
// Returns true if the initialization took an effect.
func (h *Head) initTime(t int64) (initialized bool) {
if !atomic.CompareAndSwapInt64(&h.minTime, math.MaxInt64, t) {
Expand Down

0 comments on commit cbfda5a

Please sign in to comment.