From: Daniel Kahn Gillmor Date: Sun, 14 Mar 2010 20:09:42 +0000 (-0400) Subject: fix typo X-Git-Tag: monkeysphere_0.29~11 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=3d46f5954da2bc9a2dd8d2ce35713136149c2983;p=monkeysphere.git fix typo --- diff --git a/src/monkeysphere-host b/src/monkeysphere-host index 2c19331..a5db8c1 100755 --- a/src/monkeysphere-host +++ b/src/monkeysphere-host @@ -74,7 +74,7 @@ EOF # function to interact with the gpg keyring gpg_host() { - GNUPGHOME="$GNUPGHOME_HOST" gpg --no-auto-check-trust-db --no-greeting --quiet --no-tty "$@" + GNUPGHOME="$GNUPGHOME_HOST" gpg --no-auto-check-trustdb --no-greeting --quiet --no-tty "$@" } # list the info about the a key, in colon format, to stdout