mirror of https://github.com/dirtbags/moth.git
Merge branch 'v4' into main
This commit is contained in:
commit
4eb0f0a141
|
@ -325,7 +325,7 @@ func (s *State) maybeInitialize() {
|
|||
if f, err := s.Create("initialized"); err == nil {
|
||||
fmt.Fprintln(f, "initialized: remove to re-initialize the contest.")
|
||||
fmt.Fprintln(f)
|
||||
fmt.Fprintln(f, "This instance was initaliazed at", now)
|
||||
fmt.Fprintln(f, "This instance was initialized at", now)
|
||||
f.Close()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue