]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a comment typo in test_hs_common.c
authorteor <teor@torproject.org>
Wed, 21 Nov 2018 10:15:21 +0000 (20:15 +1000)
committerteor <teor@torproject.org>
Thu, 22 Nov 2018 06:56:06 +0000 (16:56 +1000)
src/test/test_hs_common.c

index 95f7ed14baf64162c4a60c642ca4be0952d73f8a..6198573f22453eb03d57d326c2cd5ad62cc59c3c 100644 (file)
@@ -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);