fix misspell (#1996)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-06-17 19:30:04 -05:00 committed by Lunny Xiao
parent 90f9bb12c6
commit b7812be33a
2 changed files with 2 additions and 2 deletions

View file

@ -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()