diff options
author | teor <teor2345@gmail.com> | 2014-10-23 02:35:46 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2014-10-23 02:57:11 +1100 |
commit | c9d0967dd9b236254f2f461b7dab3909ee826351 (patch) | |
tree | 92119287269fdce390b249d2c69cd0bbe95c1e6b /src/or/buffers.c | |
parent | 67fdfcf27c874a64e30776d2e3d2469d0711d9ee (diff) | |
download | tor-c9d0967dd9b236254f2f461b7dab3909ee826351.tar.gz tor-c9d0967dd9b236254f2f461b7dab3909ee826351.zip |
Fix minor typos, two line lengths, and a repeated include
Diffstat (limited to 'src/or/buffers.c')
-rw-r--r-- | src/or/buffers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c index 9f02824bff..b415c8f084 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -1912,7 +1912,7 @@ parse_socks(const char *data, size_t datalen, socks_request_t *req, } *drain_out = 2u + usernamelen + 1u + passlen; req->got_auth = 1; - *want_length_out = 7; /* Minimal socks5 sommand. */ + *want_length_out = 7; /* Minimal socks5 command. */ return 0; } else if (req->auth_type == SOCKS_USER_PASS) { /* unknown version byte */ |