From 3a03d2a8e068fc38b1d87134b86c4f62abfcf65b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Oct 2013 21:30:18 -0200 Subject: Minor fix --- lib/keyringer/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3