Typo
This commit is contained in:
parent
928b9f766b
commit
37b8610d23
2 changed files with 7 additions and 7 deletions
|
@ -21,7 +21,7 @@ var now = uint64(time.Now().Unix())
|
|||
func Main() string {
|
||||
err := processFlags()
|
||||
if err != nil {
|
||||
return fmt.Sprintf("INFO Failed to init programm : %s", err)
|
||||
return fmt.Sprintf("INFO Failed to init program : %s", err)
|
||||
}
|
||||
// Open the state file
|
||||
stateFile, err := os.Open(stateFileName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue