diff --git a/run.go b/run.go index 07012ee86..ff581a607 100644 --- a/run.go +++ b/run.go @@ -21,7 +21,7 @@ func init() { if err := factory.StartInitialization(); err != nil { fatal(err) } - panic("--this line should never been executed, congratulations--") + panic("--this line should have never been executed, congratulations--") } }