tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 3741f9e524a2d3bd7239ca865d6169fd1e3dddb5
parent 469f47ef8dc8b18104108f0437c860ec88fca6ad
Author: teor <teor@torproject.org>
Date:   Wed, 21 Nov 2018 20:15:21 +1000

Fix a comment typo in test_hs_common.c

Diffstat:
Msrc/test/test_hs_common.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_hs_common.c b/src/test/test_hs_common.c @@ -630,7 +630,7 @@ test_disaster_srv(void *arg) get_disaster_srv(1, srv_one); get_disaster_srv(2, srv_two); - /* Check that the cached ones where updated */ + /* Check that the cached ones were updated */ tt_mem_op(cached_disaster_srv_one, OP_EQ, srv_one, DIGEST256_LEN); tt_mem_op(cached_disaster_srv_two, OP_EQ, srv_two, DIGEST256_LEN);