aboutsummaryrefslogtreecommitdiff
path: root/Keywords
diff options
context:
space:
mode:
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