summaryrefslogtreecommitdiff
path: root/sys/man/2
diff options
context:
space:
mode:
authorOri Bernstein <ori@eigenstate.org>2020-09-07 19:32:50 -0700
committerOri Bernstein <ori@eigenstate.org>2020-09-07 19:32:50 -0700
commit703b0d3e6d8d68eb5ca36866386a3d9c47ec2a15 (patch)
tree4f40252a53cd3b3a2fb6976ffd6ab8a993e97e2c /sys/man/2
parentce5b6036f04ca6af1cb1fe2992c86eb6ad47cf22 (diff)
tmdate(2): one more typo
no more top arse. only bottom arse.
Diffstat (limited to 'sys/man/2')
-rw-r--r--sys/man/2/tmdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/2/tmdate b/sys/man/2/tmdate
index 4a9a23e48..ca2161795 100644
--- a/sys/man/2/tmdate
+++ b/sys/man/2/tmdate
@@ -263,7 +263,7 @@ Add a day. Because cross daylight savings, only 23 hours are added.
Tm t;
char *date = "Sun Nov 2 13:11:11 PST 2019";
if(tmparse(&t, "W MMM D hh:mm:ss z YYYY, date, nil) == nil)
- print("failed top arse");
+ print("failed to arse");
t.day++;
tmnorm(&t);
print("%τ", &t); /* Mon Nov 3 13:11:11 PST 2019 */