From c3cb9ea4b3f65b95001d2ff07e68f7733a3b78a1 Mon Sep 17 00:00:00 2001 From: rhatto Date: Mon, 17 Mar 2014 18:37:59 -0300 Subject: Spell check --- lib/keyringer/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3