gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r23663 - in Extractor/src: common main


From: gnunet
Subject: [GNUnet-SVN] r23663 - in Extractor/src: common main
Date: Thu, 6 Sep 2012 09:39:08 +0200

Author: grothoff
Date: 2012-09-06 09:39:08 +0200 (Thu, 06 Sep 2012)
New Revision: 23663

Modified:
   Extractor/src/common/unzip.c
   Extractor/src/main/extractor_ipc.h
   Extractor/src/main/extractor_metatypes.c
Log:
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


Modified: Extractor/src/common/unzip.c
===================================================================
--- Extractor/src/common/unzip.c        2012-09-05 17:30:18 UTC (rev 23662)
+++ Extractor/src/common/unzip.c        2012-09-06 07:39:08 UTC (rev 23663)
@@ -729,7 +729,7 @@
   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

Modified: Extractor/src/main/extractor_ipc.h
===================================================================
--- Extractor/src/main/extractor_ipc.h  2012-09-05 17:30:18 UTC (rev 23662)
+++ Extractor/src/main/extractor_ipc.h  2012-09-06 07:39:08 UTC (rev 23663)
@@ -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.
  *

Modified: Extractor/src/main/extractor_metatypes.c
===================================================================
--- Extractor/src/main/extractor_metatypes.c    2012-09-05 17:30:18 UTC (rev 
23662)
+++ Extractor/src/main/extractor_metatypes.c    2012-09-06 07:39:08 UTC (rev 
23663)
@@ -501,7 +501,7 @@
     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") },




reply via email to

[Prev in Thread] Current Thread [Next in Thread]