summaryrefslogtreecommitdiffstats
path: root/models/packages
diff options
context:
space:
mode:
Diffstat (limited to 'models/packages')
-rw-r--r--models/packages/package_test.go2
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)