aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-02-06 02:49:07 +0000
committerRoger Dingledine <arma@torproject.org>2007-02-06 02:49:07 +0000
commit4ba57f68e4288969226e2e3f21922e1bf338f6f1 (patch)
tree4c1947283a4892d9ce3f7d6aa5104ad7e1f1a990 /src/or/or.h
parentbbfb6508e7297021d1734754de055cf8810c268d (diff)
downloadtor-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.h4
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 */