From 83a4ef1382db1b9aeccedfc152ebb3081c2a29b8 Mon Sep 17 00:00:00 2001 From: JoeWrightss <42261994+JoeWrightss@users.noreply.github.com> Date: Tue, 4 Dec 2018 06:14:37 +0800 Subject: [PATCH] Typo fixed: "inlcuding" -> "including" (#462) Signed-off-by: JoeWrightss --- checkpoint.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkpoint.go b/checkpoint.go index 95bd41697..d1cad4c10 100644 --- a/checkpoint.go +++ b/checkpoint.go @@ -35,7 +35,7 @@ type CheckpointStats struct { DroppedSamples int DroppedTombstones int TotalSeries int // Processed series including dropped ones. - TotalSamples int // Processed samples inlcuding dropped ones. + TotalSamples int // Processed samples including dropped ones. TotalTombstones int // Processed tombstones including dropped ones. }