[vlc-commits] Change synthetizer to synthesizer

Kaarlo Raiha git at videolan.org
Mon Aug 1 00:22:34 CEST 2011


vlc | branch: master | Kaarlo Raiha <kaarlo.raiha at gmail.com> | Sun Jul 31 15:01:14 2011 +0300| [c37b09542e0f089b034a26470e47d6da10c50e35] | committer: Jean-Baptiste Kempf

Change synthetizer to synthesizer

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c37b09542e0f089b034a26470e47d6da10c50e35
---

 modules/codec/fluidsynth.c |    4 ++--
 modules/demux/smf.c        |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/codec/fluidsynth.c b/modules/codec/fluidsynth.c
index 79ed0da..4a967c2 100644
--- a/modules/codec/fluidsynth.c
+++ b/modules/codec/fluidsynth.c
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * fluidsynth.c: Software MIDI synthetizer using libfluidsynth
+ * fluidsynth.c: Software MIDI synthesizer using libfluidsynth
  *****************************************************************************
  * Copyright © 2007 Rémi Denis-Courmont
  * $Id$
@@ -54,7 +54,7 @@ static int  Open  (vlc_object_t *);
 static void Close (vlc_object_t *);
 
 vlc_module_begin ()
-    set_description (N_("FluidSynth MIDI synthetizer"))
+    set_description (N_("FluidSynth MIDI synthesizer"))
     set_capability ("decoder", 100)
     set_shortname (N_("FluidSynth"))
     set_category (CAT_INPUT)
diff --git a/modules/demux/smf.c b/modules/demux/smf.c
index 71a3f34..8d51783 100644
--- a/modules/demux/smf.c
+++ b/modules/demux/smf.c
@@ -558,7 +558,7 @@ skip:
 }
 
 /*****************************************************************************
- * Demux: read chunks and send them to the synthetizer
+ * Demux: read chunks and send them to the synthesizer
  *****************************************************************************
  * Returns -1 in case of error, 0 in case of EOF, 1 otherwise
  *****************************************************************************/



More information about the vlc-commits mailing list