summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2018-06-09 03:18:05 +0800
committerGitHub <noreply@github.com>2018-06-09 03:18:05 +0800
commitb632640f80dac260ddc68aff749a09c48df09b60 (patch)
tree7288c813d4fe5a8a00248d55c12ef8e293b6ecff /packages
parent89f3940a08427895d64df060f37701edb5dffd2e (diff)
downloadarchweb-b632640f80dac260ddc68aff749a09c48df09b60.tar.gz
archweb-b632640f80dac260ddc68aff749a09c48df09b60.zip
Fix a typo in packages/models.py
Diffstat (limited to 'packages')
-rw-r--r--packages/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/models.py b/packages/models.py
index 9b4cc645..25b1654a 100644
--- a/packages/models.py
+++ b/packages/models.py
@@ -228,7 +228,7 @@ class UpdateManager(models.Manager):
def log_update(self, old_pkg, new_pkg):
'''Utility method to help log an update. This will determine the type
based on how many packages are passed in, and will pull the relevant
- necesary fields off the given packages.
+ necessary fields off the given packages.
Note that in some cases, this is a no-op if we know this database type
supports triggers to add these rows instead.'''
if database_vendor(Package, 'write') in ('sqlite', 'postgresql'):