aboutsummaryrefslogtreecommitdiff
path: root/Keywords
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-10-01 08:39:44 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-10-01 08:39:44 +0000
commit7f0a5491f53c01c01f68499ebfd1e4bc21b77a78 (patch)
tree41a32ff6489e74bd086addb955ba525b6a29e82d /Keywords
parent4650b85a015b7b2e2fe21c02ea35dc93b6d98d14 (diff)
downloadports-7f0a5491f53c01c01f68499ebfd1e4bc21b77a78.tar.gz
ports-7f0a5491f53c01c01f68499ebfd1e4bc21b77a78.zip
Do not use contractions.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=398261
Diffstat (limited to 'Keywords')
-rw-r--r--Keywords/sample.ucl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Keywords/sample.ucl b/Keywords/sample.ucl
index 7ca2df923753..548cc20018e1 100644
--- a/Keywords/sample.ucl
+++ b/Keywords/sample.ucl
@@ -57,6 +57,6 @@ pre-deinstall: <<EOD
if cmp -s "${target_file}" "${sample_file}"; then
rm -f "${target_file}"
else
- echo "You may need to manually remove ${target_file} if it's no longer needed."
+ echo "You may need to manually remove ${target_file} if it is no longer needed."
fi
EOD