From: Andre Noll Date: Sun, 23 Dec 2018 21:37:31 +0000 (+0100) Subject: string.c: Fix typos in comment. X-Git-Tag: v0.6.3~53 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=f932f45196a8a4480ad910c455abe8aae9824967;ds=sidebyside string.c: Fix typos in comment. --- diff --git a/string.c b/string.c index 742eafdf..65d22408 100644 --- 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. *