aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/cmd.go
diff options
context:
space:
mode:
authoryutotnh <57719497+yutotnh@users.noreply.github.com>2022-06-13 16:34:46 +0900
committerGitHub <noreply@github.com>2022-06-13 15:34:46 +0800
commit3708ca8e2849ca7e36e6bd15ec6935a2a2d81e55 (patch)
treedf00fd6d0407bd3dd996d71e123b45e159b9de61 /cmd/cmd.go
parent5f136783d114b302eb2a42219e403624ef2abd93 (diff)
downloadgitea-3708ca8e2849ca7e36e6bd15ec6935a2a2d81e55.tar.gz
gitea-3708ca8e2849ca7e36e6bd15ec6935a2a2d81e55.zip
fix: some typos (#19956)
Diffstat (limited to 'cmd/cmd.go')
-rw-r--r--cmd/cmd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cmd.go b/cmd/cmd.go
index 3846a86900..36d54bb19f 100644
--- a/cmd/cmd.go
+++ b/cmd/cmd.go
@@ -68,7 +68,7 @@ Ensure you are running in the correct environment or set the correct configurati
If this is the intended configuration file complete the [database] section.`, setting.CustomConf)
}
if err := db.InitEngine(ctx); err != nil {
- return fmt.Errorf("unable to initialise the database using the configuration in %q. Error: %v", setting.CustomConf, err)
+ return fmt.Errorf("unable to initialize the database using the configuration in %q. Error: %v", setting.CustomConf, err)
}
return nil
}