diff --git a/library/core/src/main/java/com/google/android/exoplayer2/SimpleExoPlayer.java b/library/core/src/main/java/com/google/android/exoplayer2/SimpleExoPlayer.java index 39490d5709..6652cbb03d 100644 --- a/library/core/src/main/java/com/google/android/exoplayer2/SimpleExoPlayer.java +++ b/library/core/src/main/java/com/google/android/exoplayer2/SimpleExoPlayer.java @@ -345,7 +345,7 @@ public class SimpleExoPlayer extends BasePlayer * IllegalArgumentException}. * * @param audioAttributes {@link AudioAttributes}. - * @param handleAudioFocus Whether the player should hanlde audio focus. + * @param handleAudioFocus Whether the player should handle audio focus. * @return This builder. * @throws IllegalStateException If {@link #build()} has already been called. */