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>
This commit is contained in:
parent
e0296b6a6d
commit
fc1607b368
3 changed files with 5 additions and 5 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue