From b0373598d7751660d85ab718fc06bb3f9308a942 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 28 Feb 2018 20:02:01 +0100 Subject: Fix a typo (thanks to IOhannes/debian for reporting) --- libs/audiographer/src/general/sample_format_converter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/audiographer') 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::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)); } } -- cgit v1.2.3