diff options
author | Robby Workman <rworkman@slackware.com> | 2018-11-20 23:25:04 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2018-11-20 23:25:04 -0600 |
commit | 098a71bc1f3fc0d2549ec45848f56116cb4260c7 (patch) | |
tree | e628cae281121d731eaa9f1d1a3e9ba533b3a7c4 /files/core-functions.sh | |
parent | 2cae1aa0afa8b36f6f572a751126b03e97ceaad7 (diff) | |
download | slackpkg-098a71bc1f3fc0d2549ec45848f56116cb4260c7.tar.xz |
Minor grammatical fixup
Thanks to Gerard Lally on LQ.
Diffstat (limited to 'files/core-functions.sh')
-rw-r--r-- | files/core-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/core-functions.sh b/files/core-functions.sh index 908edb0..a976df6 100644 --- a/files/core-functions.sh +++ b/files/core-functions.sh @@ -1227,7 +1227,7 @@ function sanity_check() { if [ "$DOUBLEFILES" != "" ]; then echo -e "\ You have a broken $ROOT/var/log/packages/ - with two versions of the same package.\n\ -The list of packages duplicated in your machine are shown below, but don't\n\ +The list of packages duplicated in your machine is shown below, but don't\n\ worry about this list - when you select your action, slackpkg will show a\n\ better list:\n" for i in $DOUBLEFILES ; do |