commit 457943fa8e0497ca9e89a6b39e17b0a2f97e9a94
parent ac16c3a90918e174635a177d3c8284e2ab60e41a
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 6 Sep 2012 07:39:08 +0000
Yuri Chornoivan wrote:
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 "gourping -> grouping". The patch also fixes "the the" in comments to the code.
Thanks for correcting these typos.
Best regards,
Yuri
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/common/unzip.c b/src/common/unzip.c
@@ -729,7 +729,7 @@ unzip_open_using_ffd (struct FileFuncDefs *ffd)
uLong uL;
uLong number_disk; /* number of the current dist, used for
spaning ZIP, unsupported, always 0*/
- uLong number_disk_with_CD; /* number the the disk with central dir, used
+ uLong number_disk_with_CD; /* number of the disk with central dir, used
for spaning ZIP, unsupported, always 0*/
uLong number_entry_CD; /* total number of entries in
the central dir
diff --git a/src/main/extractor_ipc.h b/src/main/extractor_ipc.h
@@ -30,7 +30,7 @@
* communication in both directions.
* First, the main library send an 'INIT_STATE' message
* to the plugin. The start message specifies the name (and size)
- * of a shared memory segment which will contain parts of the the (uncompressed)
+ * of a shared memory segment which will contain parts of the (uncompressed)
* data of the file that is being processed. The same shared memory
* segment is used throughout the lifetime of the plugin.
*
diff --git a/src/main/extractor_metatypes.c b/src/main/extractor_metatypes.c
@@ -501,7 +501,7 @@ static const struct MetaTypeDescription meta_type_descriptions[] = {
gettext_noop ("number of the episode within a season/show") },
{ gettext_noop ("show season number"),
gettext_noop ("number of the season of a show/series") },
- { gettext_noop ("gourping"),
+ { gettext_noop ("grouping"),
gettext_noop ("groups together media that are related and spans multiple tracks. An example are multiple pieces of a concerto") },
{ gettext_noop ("device manufacturer"),
gettext_noop ("manufacturer of the device used to create the media") },