aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-23 09:09:05 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-23 09:09:05 +0000
commitcab30fb604c3053df931c27b6b8c557b98849b28 (patch)
tree565ab2e8d26632243e6091ea260fad4b49a5a812 /src/main
parent4789983e02300668ed94c4ad9f7cd16cdc58fe07 (diff)
downloadlibextractor-cab30fb604c3053df931c27b6b8c557b98849b28.tar.gz
libextractor-cab30fb604c3053df931c27b6b8c557b98849b28.zip
[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 (limited to 'src/main')
-rw-r--r--src/main/extractor_metatypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/extractor_metatypes.c b/src/main/extractor_metatypes.c
index b3145d0..0601e9e 100644
--- a/src/main/extractor_metatypes.c
+++ b/src/main/extractor_metatypes.c
@@ -299,7 +299,7 @@ static const struct MetaTypeDescription meta_type_descriptions[] = {
299 { gettext_noop ("line count"), 299 { gettext_noop ("line count"),
300 gettext_noop ("number of lines") }, 300 gettext_noop ("number of lines") },
301 { gettext_noop ("paragraph count"), 301 { gettext_noop ("paragraph count"),
302 gettext_noop ("number o paragraphs") }, 302 gettext_noop ("number of paragraphs") },
303 /* 120 */ 303 /* 120 */
304 { gettext_noop ("word count"), 304 { gettext_noop ("word count"),
305 gettext_noop ("number of words") }, 305 gettext_noop ("number of words") },