diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2021-07-08 08:55:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 14:55:09 +0200 |
commit | fc1607b3686a5c8c79b9a7853c065a68dcd5218b (patch) | |
tree | ee62b9be19e5cba632bf481e8c36504b7c4a437b /routers | |
parent | e0296b6a6de6450c474fdf7fe62635a05beb49ab (diff) | |
download | gitea-fc1607b3686a5c8c79b9a7853c065a68dcd5218b.tar.gz gitea-fc1607b3686a5c8c79b9a7853c065a68dcd5218b.zip |
Fix source typos (#16374)
* Fix source typos
Follow up to e0296b6a6
Found via `codespell -q 3 -S ./options/locale,./vendor -L ba,pullrequest,pullrequests,readby`
* rm "ignore destory on `make misspell-check`"
Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'routers')
-rw-r--r-- | routers/web/admin/users_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/web/admin/users_test.go b/routers/web/admin/users_test.go index 5ce20d8fa7..3d0b11a774 100644 --- a/routers/web/admin/users_test.go +++ b/routers/web/admin/users_test.go @@ -122,7 +122,7 @@ func TestNewUserPost_InvalidEmail(t *testing.T) { assert.NotEmpty(t, ctx.Flash.ErrorMsg) } -func TestNewUserPost_VisiblityDefaultPublic(t *testing.T) { +func TestNewUserPost_VisibilityDefaultPublic(t *testing.T) { models.PrepareTestEnv(t) ctx := test.MockContext(t, "admin/users/new") |