aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@ratten.fluxo.info>2014-03-17 18:38:51 -0300
committerrhatto <rhatto@ratten.fluxo.info>2014-03-17 18:38:51 -0300
commitac21602f731fae0f0a4dfb98c5784ac03756a478 (patch)
treedd8061a5e14536487cb3f17951eca3e7ce536c35
parente5f6e907fc5f08ec83beb27bb8358c477acc5b9c (diff)
parentc3cb9ea4b3f65b95001d2ff07e68f7733a3b78a1 (diff)
downloadkeyringer-ac21602f731fae0f0a4dfb98c5784ac03756a478.tar.gz
keyringer-ac21602f731fae0f0a4dfb98c5784ac03756a478.tar.bz2
Merge branch 'master' into canary
-rwxr-xr-xlib/keyringer/functions2
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