X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=aft.c;h=063e50681575573c0e6a45f1cdb4acb04c406fc5;hb=5d57280b362dd9f002e5a7041d33a9af5fc13ce7;hp=4a8124481b551b71c584a9483400420f270949d0;hpb=bd28ec9a64884d70917c4fdea1a3a70c91758f83;p=paraslash.git 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))