summaryrefslogtreecommitdiff
path: root/libs/audiographer/src/general/sample_format_converter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/audiographer/src/general/sample_format_converter.cc')
-rw-r--r--libs/audiographer/src/general/sample_format_converter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/audiographer/src/general/sample_format_converter.cc b/libs/audiographer/src/general/sample_format_converter.cc
index fbe509fca5..16f53261c2 100644
--- a/libs/audiographer/src/general/sample_format_converter.cc
+++ b/libs/audiographer/src/general/sample_format_converter.cc
@@ -203,7 +203,7 @@ SampleFormatConverter<TOut>::check_sample_and_channel_count (samplecnt_t samples
if (throw_level (ThrowProcess) && samples > data_out_size) {
throw Exception (*this, boost::str (boost::format
- ("Too many samples given to process(), %1% instad of %2%")
+ ("Too many samples given to process(), %1% instead of %2%")
% samples % data_out_size));
}
}