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