aft: Fix a typo in comment.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 16 Jul 2017 00:21:59 +0000 (02:21 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 16 Jul 2017 12:55:52 +0000 (14:55 +0200)
aft.c

diff --git a/aft.c b/aft.c
index 4a8124481b551b71c584a9483400420f270949d0..063e50681575573c0e6a45f1cdb4acb04c406fc5 100644 (file)
--- 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))