aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-06 07:39:08 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-06 07:39:08 +0000
commit457943fa8e0497ca9e89a6b39e17b0a2f97e9a94 (patch)
tree2b6c950238d833729b1f6f6d85acdd98ee0fd53f
parentac16c3a90918e174635a177d3c8284e2ab60e41a (diff)
downloadlibextractor-457943fa8e0497ca9e89a6b39e17b0a2f97e9a94.tar.gz
libextractor-457943fa8e0497ca9e89a6b39e17b0a2f97e9a94.zip
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
-rw-r--r--src/common/unzip.c2
-rw-r--r--src/main/extractor_ipc.h2
-rw-r--r--src/main/extractor_metatypes.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/common/unzip.c b/src/common/unzip.c
index b4d4258..5303a62 100644
--- a/src/common/unzip.c
+++ b/src/common/unzip.c
@@ -729,7 +729,7 @@ unzip_open_using_ffd (struct FileFuncDefs *ffd)
729 uLong uL; 729 uLong uL;
730 uLong number_disk; /* number of the current dist, used for 730 uLong number_disk; /* number of the current dist, used for
731 spaning ZIP, unsupported, always 0*/ 731 spaning ZIP, unsupported, always 0*/
732 uLong number_disk_with_CD; /* number the the disk with central dir, used 732 uLong number_disk_with_CD; /* number of the disk with central dir, used
733 for spaning ZIP, unsupported, always 0*/ 733 for spaning ZIP, unsupported, always 0*/
734 uLong number_entry_CD; /* total number of entries in 734 uLong number_entry_CD; /* total number of entries in
735 the central dir 735 the central dir
diff --git a/src/main/extractor_ipc.h b/src/main/extractor_ipc.h
index 735c6e9..da95405 100644
--- a/src/main/extractor_ipc.h
+++ b/src/main/extractor_ipc.h
@@ -30,7 +30,7 @@
30 * communication in both directions. 30 * communication in both directions.
31 * First, the main library send an 'INIT_STATE' message 31 * First, the main library send an 'INIT_STATE' message
32 * to the plugin. The start message specifies the name (and size) 32 * to the plugin. The start message specifies the name (and size)
33 * of a shared memory segment which will contain parts of the the (uncompressed) 33 * of a shared memory segment which will contain parts of the (uncompressed)
34 * data of the file that is being processed. The same shared memory 34 * data of the file that is being processed. The same shared memory
35 * segment is used throughout the lifetime of the plugin. 35 * segment is used throughout the lifetime of the plugin.
36 * 36 *
diff --git a/src/main/extractor_metatypes.c b/src/main/extractor_metatypes.c
index 571ab06..abf89cb 100644
--- a/src/main/extractor_metatypes.c
+++ b/src/main/extractor_metatypes.c
@@ -501,7 +501,7 @@ static const struct MetaTypeDescription meta_type_descriptions[] = {
501 gettext_noop ("number of the episode within a season/show") }, 501 gettext_noop ("number of the episode within a season/show") },
502 { gettext_noop ("show season number"), 502 { gettext_noop ("show season number"),
503 gettext_noop ("number of the season of a show/series") }, 503 gettext_noop ("number of the season of a show/series") },
504 { gettext_noop ("gourping"), 504 { gettext_noop ("grouping"),
505 gettext_noop ("groups together media that are related and spans multiple tracks. An example are multiple pieces of a concerto") }, 505 gettext_noop ("groups together media that are related and spans multiple tracks. An example are multiple pieces of a concerto") },
506 { gettext_noop ("device manufacturer"), 506 { gettext_noop ("device manufacturer"),
507 gettext_noop ("manufacturer of the device used to create the media") }, 507 gettext_noop ("manufacturer of the device used to create the media") },