aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-10-24 21:30:18 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-10-24 21:30:18 -0200
commit3a03d2a8e068fc38b1d87134b86c4f62abfcf65b (patch)
treece8c3784808a81ef887a45dbe395b421fc2cfcce
parent42e81a0d15be5c62913c51f16986c5ea8fc92c70 (diff)
downloadkeyringer-3a03d2a8e068fc38b1d87134b86c4f62abfcf65b.tar.gz
keyringer-3a03d2a8e068fc38b1d87134b86c4f62abfcf65b.tar.bz2
Minor fix
-rwxr-xr-xlib/keyringer/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/keyringer/functions b/lib/keyringer/functions
index 66a23df..0864b91 100755
--- a/lib/keyringer/functions
+++ b/lib/keyringer/functions
@@ -504,7 +504,7 @@ function keyringer_set_new_recipients {
function keyringer_create_new_recipients {
if [ ! -e "$1" ]; then
mkdir -p "`dirname $1`"
- echo "# Use entries in the form of 'john@doe.com XXXXXXXX" > "$1"
+ echo "# Use entries in the form of 'john@doe.com XXXXXXXX'" > "$1"
echo "" >> "$1"
fi
}