]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Spell check
authorrhatto <rhatto@ratten.fluxo.info>
Mon, 17 Mar 2014 21:37:59 +0000 (18:37 -0300)
committerrhatto <rhatto@ratten.fluxo.info>
Mon, 17 Mar 2014 21:37:59 +0000 (18:37 -0300)
lib/keyringer/functions

index 5936ff00406790bf13aba777c0e17ff8cdb44de5..42850b9abdbdb0db17388617a96a2e86d06e961b 100755 (executable)
@@ -432,7 +432,7 @@ function keyringer_get_file {
     candidates=(`keyringer_exec find "$BASEDIR" | grep -i "$1" | grep -e '.asc$'`)
 
     if [ ! -z "$candidates" ]; then
-      echo "Could not find exact match \"$1\", please chose one of the following secrets:"
+      echo "Could not find exact match for \"$1\", please choose one of the following secrets:"
       echo ""
 
       for candidate in ${candidates[@]}; do