Fixed typo on "Successfully"

pull/45/head
Jean-Marc MEESSEN 4 years ago committed by GitHub
parent 566482744f
commit 3a76290ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -256,7 +256,7 @@ func LoadFile(inputFilename string, isInterpolateTime bool) (filleFullLog []LogL
wrkTimeBlock = InferTimeBlock{} wrkTimeBlock = InferTimeBlock{}
//Store this record in the new block as a new gap might be following //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)) wrkTimeBlock.storeTimeGap(logline, len(fullLog))
} }
} }
@ -303,7 +303,7 @@ func LoadFile(inputFilename string, isInterpolateTime bool) (filleFullLog []LogL
} }
isProcessedOK = false isProcessedOK = false
} else { } else {
fmt.Println("\nSuccesfuly parsed ", lineCount, " lines.") fmt.Println("\nSuccessfully parsed ", lineCount, " lines.")
isProcessedOK = true isProcessedOK = true
} }

Loading…
Cancel
Save