From 1969c8a92f628d6c4dcbd8e179d6a3e8f59bd6e3 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 10 Nov 2003 08:06:55 +0000 Subject: client now survives going offline better fix badness in usage() if neither socksport nor orrport is defined, quit obsolete connection_flush_buf() svn:r780 --- src/or/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/test.c') diff --git a/src/or/test.c b/src/or/test.c index bdc6f43fb..a653c179b 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -449,7 +449,7 @@ test_util() { test_eq(0L, tv_udiff(&start, &end)); /* The test values here are confirmed to be correct on a platform - * with a working timgm. */ + * with a working timegm. */ a_time.tm_year = 2003-1900; a_time.tm_mon = 7; a_time.tm_mday = 30; -- cgit v1.2.3