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:
parent
566482744f
commit
3a76290ac4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue