diff options
author | Bwko <bouwko@gmail.com> | 2016-11-21 20:08:21 +0100 |
---|---|---|
committer | Bwko <bouwko@gmail.com> | 2016-11-21 20:08:21 +0100 |
commit | 2a449bd4b12545b904cfdd591fcf17afebf6a3c6 (patch) | |
tree | 0e3956e85e9cc1b83b218418ba86f3901a946ce7 /modules | |
parent | b2cce12980f6f86cf5f68e70af4588add6cc2452 (diff) | |
download | gitea-2a449bd4b12545b904cfdd591fcf17afebf6a3c6.tar.gz gitea-2a449bd4b12545b904cfdd591fcf17afebf6a3c6.zip |
Fix typos
Diffstat (limited to 'modules')
-rw-r--r-- | modules/auth/repo_form.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index 1f5330d23a..94c99d8fb9 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -52,7 +52,7 @@ func (f *MigrateRepoForm) Validate(ctx *macaron.Context, errs binding.Errors) bi } // ParseRemoteAddr checks if given remote address is valid, -// and returns composed URL with needed username and passowrd. +// and returns composed URL with needed username and password. // It also checks if given user has permission when remote address // is actually a local path. func (f MigrateRepoForm) ParseRemoteAddr(user *models.User) (string, error) { |