From e0398fb110b588ffb860878a5dc89c1e25500843 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 17 Mar 2015 09:18:23 +0100 Subject: [PATCH] Typo fix. -- --- common/mapstrings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/mapstrings.c b/common/mapstrings.c index 91795d572..5c5bec9a3 100644 --- a/common/mapstrings.c +++ b/common/mapstrings.c @@ -132,7 +132,7 @@ find_macro (const char *string, const char **begptr, /* If STRING includes known @FOO@ macros, replace these macros and return a new static string. Warning: STRING must have been - allocated statically. Note that this function allocated memory + allocated statically. Note that this function allocates memory which will not be released (similar to gettext). */ const char * map_static_macro_string (const char *string)