apply spelling fixes
Fix spelling issue as reported by Debian's lintian tool: accomodate -> accommodate addtional -> additional auxillary -> auxiliary bellow -> below betweeen -> between Calulate -> Calculate coefficents -> coefficients Defalt -> Default defaul -> default higer -> higher neccesary -> necessary orignal -> original ouput -> output precison -> precision processsing -> processing substract -> subtract Transfered -> Transferred upto -> up to Also add several of them to the 'common typos' check in patcheck. Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
This commit is contained in:
committed by
Stefano Sabatini
parent
5452cbdc15
commit
c07ed10b0e
@@ -504,7 +504,7 @@ static av_cold int pulse_write_header(AVFormatContext *h)
|
||||
pulse_map_channels_to_pulse(&st->codecpar->ch_layout, &channel_map);
|
||||
/* Unknown channel is present in channel_layout, let PulseAudio use its default. */
|
||||
if (channel_map.channels != sample_spec.channels) {
|
||||
av_log(s, AV_LOG_WARNING, "Unknown channel. Using defaul channel map.\n");
|
||||
av_log(s, AV_LOG_WARNING, "Unknown channel. Using default channel map.\n");
|
||||
channel_map.channels = 0;
|
||||
}
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user