libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit cab30fb604c3053df931c27b6b8c557b98849b28
parent 4789983e02300668ed94c4ad9f7cd16cdc58fe07
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 23 Jul 2011 09:09:05 +0000

[libextractor] Minor typo in libextractor message
From: 
"Yuri Chornoivan" <yurchor@ukr.net>  (S.P. Timoshenko Institute of Mechanics)
  To: 
libextractor@gnu.org
  Date: 
Yesterday 03:34:06 PM
  Attachments: 
 of.patch
   
  Spam Status: Spamassassin 0% probability of being spam.

Full report:
Probability=No, score=-6.6 required=7.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.5-tuminfo_1  
Dear libextractor developers,

Thank you for working on free software.

I have found minor typo in one of the messages while translating  
libextractor into Ukrainian (patch attached).

Namely, it is "number o paragraphs -> number of paragraphs".

Thanks for correcting this typo.

Best regards,
Yuri


Diffstat:
Msrc/main/extractor_metatypes.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/extractor_metatypes.c b/src/main/extractor_metatypes.c @@ -299,7 +299,7 @@ static const struct MetaTypeDescription meta_type_descriptions[] = { { gettext_noop ("line count"), gettext_noop ("number of lines") }, { gettext_noop ("paragraph count"), - gettext_noop ("number o paragraphs") }, + gettext_noop ("number of paragraphs") }, /* 120 */ { gettext_noop ("word count"), gettext_noop ("number of words") },