aboutsummaryrefslogtreecommitdiff
path: root/routes/install.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-03-30 04:40:13 -0400
committerUnknwon <u@gogs.io>2018-03-30 04:40:13 -0400
commit34bd04f92580690af019dcc4349fe6f3c8dba006 (patch)
tree0ed703f3998ddfd82dd21f5f294e92b83f5a19e9 /routes/install.go
parent17d789a7856c1c62f354b2f6488952b62a7bad1b (diff)
MISC: fix typo and grammar
Reference: https://github.com/gogits/gogs/commit/932490d7f137a2adf896e4e9326f4e8f2b9a2b54#commitcomment-28344918
Diffstat (limited to 'routes/install.go')
-rw-r--r--routes/install.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/routes/install.go b/routes/install.go
index 2c50f1b3..29177936 100644
--- a/routes/install.go
+++ b/routes/install.go
@@ -94,9 +94,9 @@ func GlobalInit() {
log.Trace("SSH server cipher list: %v", setting.SSH.ServerCiphers)
}
- if setting.SSH.RewriteAuthorizedKeysAtStrat {
+ if setting.SSH.RewriteAuthorizedKeysAtStart {
if err := models.RewriteAuthorizedKeys(); err != nil {
- log.Warn("Fail to rewrite authorized_keys file: %v", err)
+ log.Warn("Failed to rewrite authorized_keys file: %v", err)
}
}
}