diff options
author | Roger Dingledine <arma@torproject.org> | 2006-07-15 19:21:30 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-07-15 19:21:30 +0000 |
commit | 3d79eb52abf20c64e02dfae1c993d5c83ddf57da (patch) | |
tree | 1a40ec0860c1fe2b72f6e85762ed9374bb0c9670 /src/or/directory.c | |
parent | 0ada963ef6fd10067630b8c9661372f419ab44e9 (diff) | |
download | tor-3d79eb52abf20c64e02dfae1c993d5c83ddf57da.tar.gz tor-3d79eb52abf20c64e02dfae1c993d5c83ddf57da.zip |
stick to nick's nul/null convention
svn:r6763
Diffstat (limited to 'src/or/directory.c')
-rw-r--r-- | src/or/directory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index fd787cc872..dd920893eb 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -590,7 +590,7 @@ directory_send_command(connection_t *conn, const char *platform, * "\%s [http[s]://]\%s HTTP/1..." * \endverbatim * If it's well-formed, strdup the second \%s into *<b>url</b>, and - * null-terminate it. If the url doesn't start with "/tor/", rewrite it + * nul-terminate it. If the url doesn't start with "/tor/", rewrite it * so it does. Return 0. * Otherwise, return -1. */ |