diff options
author | Dan McGee <dan@archlinux.org> | 2011-02-25 07:51:58 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-02-25 07:53:11 -0600 |
commit | d4d304cdb7b59e3b5ab7d5825404593a3476f127 (patch) | |
tree | f269ccc4436f51a05e4133e2a0d9ee320d597465 /test | |
parent | 7c14e48776cf82b521cc8b7dad05892a81b8659b (diff) | |
download | 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.py | 2 |
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"] |