From 3a76290ac497bc374b75c6e13a0da969fcb0ffe6 Mon Sep 17 00:00:00 2001 From: Jean-Marc MEESSEN Date: Sun, 30 Aug 2020 16:16:21 +0200 Subject: [PATCH] Fixed typo on "Successfully" --- fleprocess/load_file.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fleprocess/load_file.go b/fleprocess/load_file.go index 317e97f..e7fa7c2 100644 --- a/fleprocess/load_file.go +++ b/fleprocess/load_file.go @@ -256,7 +256,7 @@ func LoadFile(inputFilename string, isInterpolateTime bool) (filleFullLog []LogL wrkTimeBlock = InferTimeBlock{} //Store this record in the new block as a new gap might be following - //no error or endOfGap processing as it has already been succesfully processed + //no error or endOfGap processing as it has already been successfully processed wrkTimeBlock.storeTimeGap(logline, len(fullLog)) } } @@ -303,7 +303,7 @@ func LoadFile(inputFilename string, isInterpolateTime bool) (filleFullLog []LogL } isProcessedOK = false } else { - fmt.Println("\nSuccesfuly parsed ", lineCount, " lines.") + fmt.Println("\nSuccessfully parsed ", lineCount, " lines.") isProcessedOK = true }