From bb8b6d3b431812e7f70d13e184beb36c820bb52d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 5 Jan 2018 22:18:53 +0100 Subject: [PATCH] Fix a comment. * gettext-tools/src/x-stringtable.h: Fix typo in comment. --- gettext-tools/src/x-stringtable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.47.3