summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-09-09 15:14:16 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-09-09 15:14:16 +0200
commit116cea5eb63fd1ff1b4e39e16c26a39e2c55730b (patch)
tree67a3e4cca1b2f6fd70f7170ebd4e62bf531d1e6c /i18n.c
parent099df13b6c39a9791bac814aa9501368d74e16c5 (diff)
downloadvdr-116cea5eb63fd1ff1b4e39e16c26a39e2c55730b.tar.gz
vdr-116cea5eb63fd1ff1b4e39e16c26a39e2c55730b.tar.bz2
Fixed some typos
Diffstat (limited to 'i18n.c')
-rw-r--r--i18n.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18n.c b/i18n.c
index 10cfa3bc..9569fd37 100644
--- a/i18n.c
+++ b/i18n.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: i18n.c 1.206 2005/09/09 14:35:53 kls Exp $
+ * $Id: i18n.c 1.207 2005/09/09 15:14:16 kls Exp $
*
* Translations provided by:
*
@@ -66,7 +66,7 @@
* it included in the next version of VDR.
*
* In case an English phrase is used in more than one context (and might need
- * different translations in other languages) it can be preceeded with an
+ * different translations in other languages) it can be preceded with an
* arbitrary string to describe its context, separated from the actual phrase
* by a '$' character (see for instance "Button$Stop" vs. "Stop").
* Of course this means that no English phrase may contain the '$' character!