summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2020-01-08 04:46:35 +0100
committerAllan McRae <allan@archlinux.org>2020-01-27 08:53:50 +0100
commit0965023fc57495ca819127eee1d7e881e1ed7c3c (patch)
tree40cfa51805ec72633a3b573ff87bc1ba3826d664
parentacaed30e243ff139b5549fd51dc3cb5472415b0a (diff)
downloadpacman-0965023fc57495ca819127eee1d7e881e1ed7c3c.tar.gz
pacman-0965023fc57495ca819127eee1d7e881e1ed7c3c.tar.xz
tests: Fix typo in test description
-rw-r--r--test/pacman/tests/sync-update-package-removing-required-provides.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/sync-update-package-removing-required-provides.py b/test/pacman/tests/sync-update-package-removing-required-provides.py
index 19bfd922..2254e112 100644
--- a/test/pacman/tests/sync-update-package-removing-required-provides.py
+++ b/test/pacman/tests/sync-update-package-removing-required-provides.py
@@ -1,4 +1,4 @@
-self.description = "Upgrade a package that loose a provides entry which moves to a dedicated package"
+self.description = "Upgrade a package that loses a provides entry which moves to a dedicated package"
lp1 = pmpkg("pkg1", "1-1")
lp1.provides = ["feature=1"]