From e4f34b4c05c035f7e5306a9ab634a57f27dde7cd Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 12 Oct 2020 16:46:03 +0000 Subject: [PATCH] Fix typo --- cmd/mothd/state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/mothd/state.go b/cmd/mothd/state.go index 156e49c..3296749 100644 --- a/cmd/mothd/state.go +++ b/cmd/mothd/state.go @@ -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() }