diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2022-09-07 14:40:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 14:40:36 -0400 |
commit | cb3b3e519f4689821476474214a49a8ae7cd4f58 (patch) | |
tree | bfb6aa01b8c69ccbe130cc91b7d7b42109119274 /models/packages/package_test.go | |
parent | 5c70e6aff0da5dab9e751c0e5426533e5a5e6ee9 (diff) | |
download | gitea-cb3b3e519f4689821476474214a49a8ae7cd4f58.tar.gz gitea-cb3b3e519f4689821476474214a49a8ae7cd4f58.zip |
Fix various typos (#21103)
Found via `codespell -q 3 -S
./options/locale,./options/license,./public/vendor,./web_src/fomantic -L
actived,allways,attachements,ba,befores,commiter,pullrequest,pullrequests,readby,splitted,te,unknwon`
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'models/packages/package_test.go')
-rw-r--r-- | models/packages/package_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/packages/package_test.go b/models/packages/package_test.go index 3d3a2333ba..915ef15f91 100644 --- a/models/packages/package_test.go +++ b/models/packages/package_test.go @@ -49,7 +49,7 @@ func TestHasOwnerPackages(t *testing.T) { assert.NotNil(t, pv) assert.NoError(t, err) - // A package with an internal package version gets automaticaly cleaned up and should return false + // A package with an internal package version gets automatically cleaned up and should return false has, err = packages_model.HasOwnerPackages(db.DefaultContext, owner.ID) assert.False(t, has) assert.NoError(t, err) |