summaryrefslogtreecommitdiff
path: root/src/share/ma
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-20 13:19:46 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-20 13:19:46 -0500
commit348d18f9d16478fd3a11cd59caa152cc367c08c5 (patch)
tree5be6f0c8cd643be8664a476defe965c72a95b446 /src/share/ma
parent4a16e170127f4b54d6b7374b0337a761fdcae6a2 (diff)
tuning some diagnostic text.
Diffstat (limited to 'src/share/ma')
-rw-r--r--src/share/ma/diagnostics2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/ma/diagnostics b/src/share/ma/diagnostics
index ce463b2..8fc4b31 100644
--- a/src/share/ma/diagnostics
+++ b/src/share/ma/diagnostics
@@ -105,7 +105,7 @@ echo
echo "Checking for Identity Certifiers..."
if ! monkeysphere-authentication list-identity-certifiers | egrep -q '^[A-F0-9]{40}:' then
echo "! No Identity Certifiers found!"
- echo " - Recommendation: once you know who should be able to certify identities for
+ echo " - Recommendation: once you know who should be able to certify the identities of
connecting users, you should add their key, with:
monkeysphere-authentication add-identity-certifier"
problemsfound=$(($problemsfound+1))