Fix typo in WavHeader class

PiperOrigin-RevId: 277910360
This commit is contained in:
kimvde 2019-11-01 12:29:29 +00:00 committed by Oliver Woodman
parent 7ada1a848f
commit cc94ae7bfb

View File

@ -23,7 +23,7 @@ import com.google.android.exoplayer2.util.Util;
/** Header for a WAV file. */
/* package */ final class WavHeader implements SeekMap {
/** Number of audio chanels. */
/** Number of audio channels. */
private final int numChannels;
/** Sample rate in Hertz. */
private final int sampleRateHz;