diff options
author | Roger Dingledine <arma@torproject.org> | 2007-02-06 02:49:07 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-02-06 02:49:07 +0000 |
commit | 4ba57f68e4288969226e2e3f21922e1bf338f6f1 (patch) | |
tree | 4c1947283a4892d9ce3f7d6aa5104ad7e1f1a990 /src/or/or.h | |
parent | bbfb6508e7297021d1734754de055cf8810c268d (diff) | |
download | tor-4ba57f68e4288969226e2e3f21922e1bf338f6f1.tar.gz tor-4ba57f68e4288969226e2e3f21922e1bf338f6f1.zip |
more changes. i'm all caught up now.
svn:r9495
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index e9c46468f6..26998c272d 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -606,11 +606,11 @@ typedef enum { /** How long to test reachability before complaining to the user. */ #define TIMEOUT_UNTIL_UNREACHABILITY_COMPLAINT (20*60) -/** legal characters in a nickname */ +/** Legal characters in a nickname. */ #define LEGAL_NICKNAME_CHARACTERS \ "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -/** Name to use in client TLS certificates if no nickname is given.*/ +/** Name to use in client TLS certificates if no nickname is given. */ #define DEFAULT_CLIENT_NICKNAME "client" /** DOCDOC */ |