From: Andre Noll Date: Mon, 18 Feb 2008 00:28:03 +0000 (+0100) Subject: string.c: Fix a typo. X-Git-Tag: v0.3.1~4 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=df743de3c09a9f02c95bd3ff50e19a401b957efe;hp=18a655c9999e2d0dcfb4dc073770485e7e12a256 string.c: Fix a typo. --- diff --git a/string.c b/string.c index eb8b12ec..bd53e8d2 100644 --- a/string.c +++ b/string.c @@ -91,7 +91,7 @@ __must_check __malloc void *para_calloc(size_t size) } /** - * Pparaslash's version of strdup(). + * Paraslash's version of strdup(). * * \param s The string to be duplicated. *