Typo fix.

--
This commit is contained in:
Werner Koch 2015-03-17 09:18:23 +01:00
parent ab17f7b6c3
commit e0398fb110
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 1 deletions

View File

@ -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)