From 74767b3c0c1eb2056ea5577011bc3f37af917496 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 16 Jul 2017 02:21:59 +0200 Subject: [PATCH 1/1] aft: Fix a typo in comment. --- aft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aft.c b/aft.c index 4a812448..063e5068 100644 --- a/aft.c +++ b/aft.c @@ -694,7 +694,7 @@ static int get_local_time(uint64_t *seconds, char *buf, size_t size, /* * If the given time is more than six month away from the current time, * we print only the year. The additional space character in the format - * string below makes the formated date align nicely with dates that + * string below makes the formatted date align nicely with dates that * contain the time (those written by the above strftime() statement). */ if (!strftime(buf, size, "%b %e %Y", tm)) -- 2.39.2