summaryrefslogtreecommitdiff
path: root/libs/audiographer/src/general/sr_converter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/audiographer/src/general/sr_converter.cc')
-rw-r--r--libs/audiographer/src/general/sr_converter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/audiographer/src/general/sr_converter.cc b/libs/audiographer/src/general/sr_converter.cc
index 74da2ae6a7..1468e6a734 100644
--- a/libs/audiographer/src/general/sr_converter.cc
+++ b/libs/audiographer/src/general/sr_converter.cc
@@ -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));
}