13
0

Fix a typo (thanks to IOhannes/debian for reporting)

This commit is contained in:
Robin Gareus 2018-02-28 20:02:01 +01:00
parent afb5d8cc24
commit b0373598d7

View File

@ -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));
}
}