Fix a typo (thanks to IOhannes/debian for reporting)
authorRobin Gareus <robin@gareus.org>
Wed, 28 Feb 2018 19:02:01 +0000 (20:02 +0100)
committerRobin Gareus <robin@gareus.org>
Wed, 28 Feb 2018 19:40:38 +0000 (20:40 +0100)
libs/audiographer/src/general/sample_format_converter.cc

index fbe509fca5093493c313dac3f0e4ac3484b1e35a..16f53261c201493d6a8e77abbcbd5d78042d0c08 100644 (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));
        }
 }