diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-17 20:01:36 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-17 20:01:36 -0500 |
commit | d1e7b6ef8a1eb9e0142f5822b64a277b33daa386 (patch) | |
tree | 63549ff8c289c5a955e2c07c62db87e5b2284f27 /src | |
parent | 25e870d1d7109f9e37460c26de4a05a05adfc760 (diff) |
fix typo
Diffstat (limited to 'src')
-rwxr-xr-x | src/monkeysphere-host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkeysphere-host b/src/monkeysphere-host index 2dc6003..11121cc 100755 --- a/src/monkeysphere-host +++ b/src/monkeysphere-host @@ -209,7 +209,7 @@ show_key() { # MAIN ######################################################################## -# unset variables that should be defined only in config file of in +# unset variables that should be defined only in config file or in # MONKEYSPHERE_ variables unset LOG_LEVEL unset KEYSERVER |