diff options
author | rhatto <rhatto@ratten.fluxo.info> | 2014-03-17 18:37:59 -0300 |
---|---|---|
committer | rhatto <rhatto@ratten.fluxo.info> | 2014-03-17 18:37:59 -0300 |
commit | c3cb9ea4b3f65b95001d2ff07e68f7733a3b78a1 (patch) | |
tree | f9a289cd7880b5e50003f9dcda8ef5e8eb2216a9 | |
parent | dccfd2ba85988f52584ad6cb4ff91ab6aa6007bd (diff) | |
download | keyringer-c3cb9ea4b3f65b95001d2ff07e68f7733a3b78a1.tar.gz keyringer-c3cb9ea4b3f65b95001d2ff07e68f7733a3b78a1.tar.bz2 |
Spell check
-rwxr-xr-x | lib/keyringer/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/keyringer/functions b/lib/keyringer/functions index 5936ff0..42850b9 100755 --- a/lib/keyringer/functions +++ b/lib/keyringer/functions @@ -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 |