From: Andre Noll Date: Sun, 16 Jul 2017 00:21:59 +0000 (+0200) Subject: aft: Fix a typo in comment. X-Git-Tag: v0.6.1~60 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=74767b3c0c1eb2056ea5577011bc3f37af917496;hp=b07867b2fdcdfbbf1a66d66e2c6283cf68203fa9 aft: Fix a typo in comment. --- 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))