diff options
author | Roger Dingledine <arma@torproject.org> | 2013-02-19 04:07:36 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-02-19 04:07:36 -0500 |
commit | f2199763cf7c57744a885c12afcfa7b9df304629 (patch) | |
tree | 579cff758c70076030641d0a3681da3d3d0be13a | |
parent | 2b1119db77e84e4b4f27649e72b5f968ba01bedd (diff) | |
download | tor-f2199763cf7c57744a885c12afcfa7b9df304629.tar tor-f2199763cf7c57744a885c12afcfa7b9df304629.tar.gz |
touchups on 78582760
-rw-r--r-- | src/or/router.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/router.c b/src/or/router.c index 9fced2b9b..95aa70a9c 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -2716,7 +2716,7 @@ extrainfo_dump_to_string(char **s_out, extrainfo_t *extrainfo, } /** Return true iff <b>s</b> is a valid server nickname. (That is, a string - * containing between 1 and MAX_NICKNAME_LEN chracters from + * containing between 1 and MAX_NICKNAME_LEN characters from * LEGAL_NICKNAME_CHARACTERS.) */ int is_legal_nickname(const char *s) @@ -2742,7 +2742,7 @@ is_legal_nickname_or_hexdigest(const char *s) /** Return true iff <b>s</b> is a valid hex-encoded identity-key * digest. (That is, an optional $, followed by 40 hex characters, * followed by either nothing, or = or ~ followed by a nickname, or - * a character other thant =, ~, or a hex character.) + * a character other than =, ~, or a hex character.) */ int is_legal_hexdigest(const char *s) |