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
+1 -1
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--")
}
}