summaryrefslogtreecommitdiff
path: root/toru
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-18 14:23:16 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-18 14:23:16 +0100
commitef12ca293c2a85fde729c39900fa2d481c8b42da (patch)
tree7683657d55ca069167e6bb6b753a5a6b557cc7ac /toru
parent8327b7175f71ca224a3acadef5c83eac22970a1d (diff)
Use a consistently plural message.
Diffstat (limited to 'toru')
-rwxr-xr-xtoru2
1 files changed, 1 insertions, 1 deletions
diff --git a/toru b/toru
index a6c7b7d..e878b3a 100755
--- a/toru
+++ b/toru
@@ -199,7 +199,7 @@ update() {
split_pkgname_from_pkgver ${TMPDIR}/packages_in_abs | sort -k1b,1 > ${TMPDIR}/in_abs
split_pkgname_from_pkgver ${TMPDIR}/packages_in_sync | sort -k1b,1 > ${TMPDIR}/in_sync
- $quiet || msg "This packages are available to update"
+ $quiet || msg "These packages are available to update"
# Join both files by pkgname, the end result is:
# pkgname syncver absver
join ${TMPDIR}/in_sync ${TMPDIR}/in_abs | \