diff options
Diffstat (limited to 'libkdenetwork/libgpg-error-copy/gettext.h')
-rw-r--r-- | libkdenetwork/libgpg-error-copy/gettext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdenetwork/libgpg-error-copy/gettext.h b/libkdenetwork/libgpg-error-copy/gettext.h index 0cae5f458..fdb2511c0 100644 --- a/libkdenetwork/libgpg-error-copy/gettext.h +++ b/libkdenetwork/libgpg-error-copy/gettext.h @@ -68,7 +68,7 @@ translation is done at a different place in the code. The argument, String, should be a literal string. Concatenated strings and other string expressions won't work. - The macro's expansion is not parenthesized, so that it is suitable as + The macro's expansion is not tqparenthesized, so that it is suitable as initializer for static 'char[]' or 'const char[]' variables. */ #define gettext_noop(String) String |