From 34bd04f92580690af019dcc4349fe6f3c8dba006 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 30 Mar 2018 04:40:13 -0400 Subject: MISC: fix typo and grammar Reference: https://github.com/gogits/gogs/commit/932490d7f137a2adf896e4e9326f4e8f2b9a2b54#commitcomment-28344918 --- routes/install.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'routes/install.go') 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) } } } -- cgit v1.2.3