spelling corrections from Jaromír Mikeš <mira.mikes@seznam.cz>
[ardour.git] / libs / audiographer / src / general / sr_converter.cc
index 74da2ae6a785b31d099fadfe2b575ff99a7e4980..1468e6a734a9da6de0f6d6a347f1f09d283ba919 100644 (file)
@@ -192,7 +192,7 @@ SampleRateConverter::process (ProcessContext<float> const & c)
 
                if (throw_level (ThrowProcess) && src_data.output_frames_gen == 0 && leftover_frames) {
                        throw Exception (*this, boost::str (boost::format
-                               ("No output frames genereated with %1% leftover frames")
+                               ("No output frames generated with %1% leftover frames")
                                % leftover_frames));
                }