]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - string.c
string.c: Fix typos in comment.
[paraslash.git] / string.c
index 742eafdfb1887a0dd9b9d34f15c6662d08dff828..65d2240891afc81f40e6b964d5c0f6b7b25a0ddc 100644 (file)
--- a/string.c
+++ b/string.c
@@ -113,9 +113,9 @@ __must_check __malloc char *para_strdup(const char *s)
 }
 
 /**
- * Print a formated message to a dynamically allocated string.
+ * Print a formatted message to a dynamically allocated string.
  *
- * \param result The formated string is returned here.
+ * \param result The formatted string is returned here.
  * \param fmt The format string.
  * \param ap Initialized list of arguments.
  *