]> git.sesse.net Git - vlc/commitdiff
Change synthetizer to synthesizer
authorKaarlo Raiha <kaarlo.raiha@gmail.com>
Sun, 31 Jul 2011 12:01:14 +0000 (15:01 +0300)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 31 Jul 2011 22:13:30 +0000 (00:13 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/codec/fluidsynth.c
modules/demux/smf.c

index 79ed0da3b30ecf05530cced6b69e284f1e72f6a9..4a967c270ef576e954cd99192f3f9f7b898807d1 100644 (file)
@@ -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)
index 71a3f34bccec8c5a84d1ff07b63ed828b6da2062..8d51783d8828fb751c97c27a7a63255d948fa8fc 100644 (file)
@@ -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
  *****************************************************************************/