Commit cc94ae7b by kimvde Committed by Oliver Woodman

Fix typo in WavHeader class

PiperOrigin-RevId: 277910360
parent 7ada1a84
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment