mirror of
https://github.com/gogs/gogs.git
synced 2026-05-07 02:05:30 +02:00
MISC: fix typo and grammar
Reference: 932490d7f1 (commitcomment-28344918)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user