diff options
author | Philipp Hahn <pmhahn@users.sourceforge.net> | 2002-06-24 17:41:59 +0000 |
---|---|---|
committer | Philipp Hahn <pmhahn@users.sourceforge.net> | 2002-06-24 17:41:59 +0000 |
commit | 33e3223a68234af6a8b187707abfd3680c9e01be (patch) | |
tree | c51c8a8f443f60c2adf01a4a8dfa116322e02fe2 | |
parent | 37ff060f386798e66d46ba8b0bf116ac0614dc30 (diff) | |
download | xine-lib-33e3223a68234af6a8b187707abfd3680c9e01be.tar.gz xine-lib-33e3223a68234af6a8b187707abfd3680c9e01be.tar.bz2 |
Fix spelling mistakes
CVS patchset: 2156
CVS date: 2002/06/24 17:41:59
-rw-r--r-- | src/libsputext/xine_decoder.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libsputext/xine_decoder.c b/src/libsputext/xine_decoder.c index 024e34b4b..7b7f44354 100644 --- a/src/libsputext/xine_decoder.c +++ b/src/libsputext/xine_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_decoder.c,v 1.34 2002/06/24 08:10:35 dennisbj Exp $ + * $Id: xine_decoder.c,v 1.35 2002/06/24 17:41:59 pmhahn Exp $ * * code based on mplayer module: * @@ -1071,12 +1071,12 @@ spu_decoder_t *init_spu_decoder_plugin (int iface_version, xine_t *xine) { this->src_encoding = xine->config->register_string(xine->config, "codec.spu_src_encoding", "windows-1250", - _("source encoging of subtitles"), + _("source encoding of subtitles"), NULL, update_osd_src_encoding, this); this->dst_encoding = xine->config->register_string(xine->config, "codec.spu_dst_encoding", "iso-8859-2", - _("target encoging for subtitles (have to match font encoding)"), + _("target encoding for subtitles (have to match font encoding)"), NULL, update_osd_dst_encoding, this); return (spu_decoder_t *) this; |