Merge pull request #99 from jhjeong-kr/master

wrong grammar: should never been --> should have never been
This commit is contained in:
Mrunal Patel 2015-07-08 09:42:29 -07:00
commit bb2062b9bf
1 changed files with 1 additions and 1 deletions

2
run.go
View File

@ -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--")
}
}