From: Bruno Haible Date: Fri, 5 Jan 2018 21:18:53 +0000 (+0100) Subject: Fix a comment. X-Git-Tag: v0.20~433 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb8b6d3b431812e7f70d13e184beb36c820bb52d;p=thirdparty%2Fgettext.git Fix a comment. * gettext-tools/src/x-stringtable.h: Fix typo in comment. --- diff --git a/gettext-tools/src/x-stringtable.h b/gettext-tools/src/x-stringtable.h index 10ec74411..74d1194c9 100644 --- a/gettext-tools/src/x-stringtable.h +++ b/gettext-tools/src/x-stringtable.h @@ -1,5 +1,5 @@ /* xgettext NXStringTable backend. - Copyright (C) 2003, 2006, 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2003, 2006, 2015-2016, 2018 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify @@ -33,7 +33,7 @@ extern "C" { #define SCANNERS_STRINGTABLE \ { "NXStringTable", extract_stringtable, NULL, NULL, NULL, NULL }, \ -/* Scan a JavaProperties file and add its translatable strings to mdlp. */ +/* Scan an NXStringTable file and add its translatable strings to mdlp. */ extern void extract_stringtable (FILE *fp, const char *real_filename, const char *logical_filename, flag_context_list_table_ty *flag_table,