From 95648b33c465c8d0fb7b489f28ccf77b6e89b8cf Mon Sep 17 00:00:00 2001 From: zhulongcheng Date: Mon, 18 Mar 2019 16:37:20 +0800 Subject: [PATCH] Fix a typo in head.go (#553) Signed-off-by: zhulongcheng --- head.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/head.go b/head.go index fe2089754c..ea14887138 100644 --- a/head.go +++ b/head.go @@ -891,8 +891,8 @@ func (h *Head) Delete(mint, maxt int64, ms ...labels.Matcher) error { var enc RecordEncoder if h.wal != nil { // Although we don't store the stones in the head - // we need to write them to the WAL to mark these as deleted - // after a restart while loeading the WAL. + // we need to write them to the WAL to mark these as deleted + // after a restart while loading the WAL. if err := h.wal.Log(enc.Tombstones(stones, nil)); err != nil { return err }