summaryrefslogtreecommitdiff
path: root/libs/audiographer
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-10-17 17:57:39 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-10-17 17:57:39 -0400
commit69cbcb84a66cfc48d734692ae0f2f8d8bee4f5b5 (patch)
treea2bf36c34ab526a66a445b3a48a1c3966d6f8c4b /libs/audiographer
parentc43046320ba6657decbc1dda7f97b9a6402028a6 (diff)
spelling corrections from Jaromír Mikeš <mira.mikes@seznam.cz>
Corresponds to https://anonscm.debian.org/cgit/pkg-multimedia/ardour.git/tree/debian/patches/0070-spelling.patch
Diffstat (limited to 'libs/audiographer')
-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));
}