MISC: fix typo and grammar

Reference: 932490d7f1 (commitcomment-28344918)
This commit is contained in:
Unknwon
2018-03-30 04:40:13 -04:00
parent 17d789a785
commit 34bd04f925
4 changed files with 7 additions and 7 deletions

View File

@@ -727,7 +727,7 @@ func runWeb(c *cli.Context) error {
}
if err != nil {
log.Fatal(4, "Fail to start server: %v", err)
log.Fatal(4, "Failed to start server: %v", err)
}
return nil