summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2014-01-26 16:30:40 +0100
committerrofl0r <retnyg@gmx.net>2014-01-26 16:30:40 +0100
commiteb8abea562725223ac74555879aae5a023215ba8 (patch)
treee4f03b5a1dc4b2a22158835d71c83b0ce07d839e
parent1f2161ba3364aaffeb0aaa358387299f5ce7e54f (diff)
downloadgettext-tiny-0.0.4.tar.gz
fix typov0.0.4
-rw-r--r--src/msgmerge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msgmerge.c b/src/msgmerge.c
index 919b714..3122ba5 100644
--- a/src/msgmerge.c
+++ b/src/msgmerge.c
@@ -30,7 +30,7 @@ struct fiLes {
/* we can haz 3 different input files:
* the .pot, which is the file containing only the ripped out strings from the program
* (and no translations)
- * a .po, which is contains translations and strings made from a previous .pot from that same source file,
+ * a .po, which contains translations and strings made from a previous .pot from that same source file,
* a compendium, which is basically a huge po file containing all sorts of strings (msgid's) and translations (msgstr's)
*/
FILE *po;