]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Oct 2013 23:30:18 +0000 (21:30 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Oct 2013 23:30:18 +0000 (21:30 -0200)
lib/keyringer/functions

index 66a23df63a6220fe67bd22fae4e7d2b3658b896a..0864b911b0c88f09e29f4c0d549b380c8186ccec 100755 (executable)
@@ -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
 }