]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - aft.c
mood.c: Rename compute_mood_score().
[paraslash.git] / 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))