diff options
author | Werner Koch <wk@gnupg.org> | 2015-03-17 09:18:23 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2015-03-17 09:18:23 +0100 |
commit | e0398fb110b588ffb860878a5dc89c1e25500843 (patch) | |
tree | 796a019c69c4dd6f3d65a6f20b3edfeae3a83e60 /common/mapstrings.c | |
parent | gpg: Create all MPIs with RFC-4880 correct length headers. (diff) | |
download | gnupg2-e0398fb110b588ffb860878a5dc89c1e25500843.tar.xz gnupg2-e0398fb110b588ffb860878a5dc89c1e25500843.zip |
Typo fix.
--
Diffstat (limited to 'common/mapstrings.c')
-rw-r--r-- | common/mapstrings.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |