diff options
author | mat <mat@FreeBSD.org> | 2015-10-01 16:39:44 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-10-01 16:39:44 +0800 |
commit | 833feca4ac45992e90c44de1d8ec4b72e295d693 (patch) | |
tree | 41a32ff6489e74bd086addb955ba525b6a29e82d /Keywords | |
parent | d134e661b29ac6d48f7b7a46ea74c09265d4e4c7 (diff) | |
download | freebsd-ports-gnome-833feca4ac45992e90c44de1d8ec4b72e295d693.tar.gz freebsd-ports-gnome-833feca4ac45992e90c44de1d8ec4b72e295d693.tar.zst freebsd-ports-gnome-833feca4ac45992e90c44de1d8ec4b72e295d693.zip |
Do not use contractions.
Sponsored by: Absolight
Diffstat (limited to 'Keywords')
-rw-r--r-- | Keywords/sample.ucl | 2 |
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 |