summaryrefslogtreecommitdiff
path: root/etc/monkeysphere.conf
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-10-27 07:39:58 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-10-27 07:39:58 -0400
commitb1438d7d0fcb9c98ee176ab0a75e1d37d11e26d4 (patch)
tree60361f92c06ebf371cd7d28964f7bc929f285859 /etc/monkeysphere.conf
parent5a8f2f1b6e5557ef8680bd1025239dcfd3f6550f (diff)
Move to using empty string for not using a user-controlled
authorized_keys file in RAW_AUTHORIZED_KEYS variable. Fix spelling mistakes and wording in config files.
Diffstat (limited to 'etc/monkeysphere.conf')
-rw-r--r--etc/monkeysphere.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/monkeysphere.conf b/etc/monkeysphere.conf
index a45fff0..92aa419 100644
--- a/etc/monkeysphere.conf
+++ b/etc/monkeysphere.conf
@@ -1,9 +1,9 @@
-# MonkeySphere system-wide client configuration file.
+# Monkeysphere system-wide client configuration file.
# This is an sh-style shell configuration file. Variable names should
-# be separated from their assignements by a single '=' and no spaces.
-# Environement variables with the same names as these variables but
-# prefeced by "MONKEYSPHERE_" will take precedence over the values
+# be separated from their assignments by a single '=' and no spaces.
+# Environment variables with the same names as these variables but
+# prefaced by "MONKEYSPHERE_" will take precedence over the values
# specified here.
# Log level. Can be SILENT, ERROR, INFO, DEBUG, in increasing order