From b7812be33ae801e726350d3c852b75b29b1ab0e7 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 17 Jun 2017 19:30:04 -0500 Subject: fix misspell (#1996) Signed-off-by: Bo-Yi Wu --- routers/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers/install.go') 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() -- cgit v1.2.3