[or-cvs] fix some typos; move to 0.0.9rc1
Roger Dingledine
arma at seul.org
Tue Nov 23 07:37:24 UTC 2004
Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or
Modified Files:
config.c hibernate.c
Log Message:
fix some typos; move to 0.0.9rc1
Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -d -r1.265 -r1.266
--- config.c 22 Nov 2004 22:50:17 -0000 1.265
+++ config.c 23 Nov 2004 07:37:17 -0000 1.266
@@ -2257,7 +2257,7 @@
};
static struct unit_table_t time_units[] = {
- { "second", 1 },
+ { "second", 1 },
{ "seconds", 1 },
{ "minute", 60 },
{ "minutes", 60 },
Index: hibernate.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/hibernate.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- hibernate.c 22 Nov 2004 22:24:10 -0000 1.28
+++ hibernate.c 23 Nov 2004 07:37:17 -0000 1.29
@@ -480,7 +480,7 @@
log_fn(LOG_NOTICE, "Configured hibernation. This interval begins at %s; "
"we will hibernate until %s; "
- "we expect to stay up until approximatly %s; "
+ "we expect to stay up until approximately %s; "
"we will start a new interval at %s (all times local)",
buf1, buf2, buf3, buf4);
}
@@ -792,3 +792,4 @@
}
}
}
+
More information about the tor-commits
mailing list