summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-02-25 14:51:58 +0100
committerDan McGee <dan@archlinux.org>2011-02-25 14:53:11 +0100
commitd4d304cdb7b59e3b5ab7d5825404593a3476f127 (patch)
treef269ccc4436f51a05e4133e2a0d9ee320d597465 /test
parent7c14e48776cf82b521cc8b7dad05892a81b8659b (diff)
downloadpacman-d4d304cdb7b59e3b5ab7d5825404593a3476f127.tar.gz
pacman-d4d304cdb7b59e3b5ab7d5825404593a3476f127.tar.xz
Various small spelling fixes and small tweaks
Nothing that changes behavior here. Spelling fixes and pushing a variable down to the scope it is used. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'test')
-rw-r--r--test/pacman/tests/sync134.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/sync134.py b/test/pacman/tests/sync134.py
index 572ab326..ad58c8b7 100644
--- a/test/pacman/tests/sync134.py
+++ b/test/pacman/tests/sync134.py
@@ -1,4 +1,4 @@
-self.description = "Sysupgrade with a set of sync packages replacing a set local one"
+self.description = "Sysupgrade with a set of sync packages replacing a local one"
sp1 = pmpkg("pkg2")
sp1.replaces = ["pkg1"]