Fix three typos.
[lopsub.git] / lopsub.c
index d495663408d12fbe85f471a1ba406c3b5c64dcaf..a9e401f259f63422e3db094080cc66ecb808c694 100644 (file)
--- a/lopsub.c
+++ b/lopsub.c
@@ -155,7 +155,7 @@ static int xrealloc(void *p, size_t size)
        return 0;
 }
 
-/* Print a formated message to a dynamically allocated string. */
+/* Print a formatted message to a dynamically allocated string. */
 __attribute__ ((format (printf, 2, 0)))
 static int xvasprintf(char **result, const char *fmt, va_list ap)
 {