summaryrefslogtreecommitdiffstats
path: root/routers/install.go
diff options
context:
space:
mode:
authorBo-Yi Wu <appleboy.tw@gmail.com>2017-06-17 19:30:04 -0500
committerLunny Xiao <xiaolunwen@gmail.com>2017-06-18 08:30:04 +0800
commitb7812be33ae801e726350d3c852b75b29b1ab0e7 (patch)
tree1702a8e0b20255b5d3a2f47a9072eab781d6f26b /routers/install.go
parent90f9bb12c628a167d30f6f8b4bfb80438fb675a7 (diff)
downloadgitea-b7812be33ae801e726350d3c852b75b29b1ab0e7.tar.gz
gitea-b7812be33ae801e726350d3c852b75b29b1ab0e7.zip
fix misspell (#1996)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Diffstat (limited to 'routers/install.go')
-rw-r--r--routers/install.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/install.go b/routers/install.go
index 57311e13a4..3d051bd376 100644
--- a/routers/install.go
+++ b/routers/install.go
@@ -81,7 +81,7 @@ func Install(ctx *context.Context) {
form.RepoRootPath = setting.RepoRootPath
form.LFSRootPath = setting.LFS.ContentPath
- // Note(unknwon): it's hard for Windows users change a running user,
+ // Note(unknown): it's hard for Windows users change a running user,
// so just use current one if config says default.
if setting.IsWindows && setting.RunUser == "git" {
form.RunUser = user.CurrentUsername()