1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-01-31 06:51:02 +01:00

Fixed typo on "Successfully"

This commit is contained in:
Jean-Marc MEESSEN 2020-08-30 16:16:21 +02:00 committed by GitHub
parent 566482744f
commit 3a76290ac4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}