diff options
author | Thomas Boerger <thomas@webhippie.de> | 2016-11-25 12:54:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-25 12:54:57 +0100 |
commit | e9c6053b860d5d4111768d258a2d5d5d665597b0 (patch) | |
tree | 43db1673b2df3848587f9f6e6a157e6f8f844fa3 /modules | |
parent | 177a4c73856aa9b8cbebd3989cfbe5c6fe3874b9 (diff) | |
parent | 2a449bd4b12545b904cfdd591fcf17afebf6a3c6 (diff) | |
download | gitea-e9c6053b860d5d4111768d258a2d5d5d665597b0.tar.gz gitea-e9c6053b860d5d4111768d258a2d5d5d665597b0.zip |
Merge pull request #246 from Bwko/fix/typo
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) { |