From 04d6c8ed19e12d55de444ff6dc88480e2b1b7620 Mon Sep 17 00:00:00 2001 From: tonihei Date: Mon, 17 May 2021 14:58:28 +0100 Subject: [PATCH] Fix grammar nit PiperOrigin-RevId: 374186953 --- .../java/com/google/android/exoplayer2/PlaybackException.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/common/src/main/java/com/google/android/exoplayer2/PlaybackException.java b/library/common/src/main/java/com/google/android/exoplayer2/PlaybackException.java index 8367f77f7c..625191e3eb 100644 --- a/library/common/src/main/java/com/google/android/exoplayer2/PlaybackException.java +++ b/library/common/src/main/java/com/google/android/exoplayer2/PlaybackException.java @@ -112,11 +112,11 @@ public class PlaybackException extends Exception implements Bundleable { // Content parsing errors (3xxx). /** - * Caused by a parsing error associated to a media manifest. Examples of a media manifest are a + * Caused by a parsing error associated with a media manifest. Examples of a media manifest are a * DASH or a SmoothStreaming manifest, or an HLS playlist. */ public static final int ERROR_CODE_PARSING_MANIFEST_MALFORMED = 3001; - /** Caused by a parsing error associated to a media container format bitstream. */ + /** Caused by a parsing error associated with a media container format bitstream. */ public static final int ERROR_CODE_PARSING_CONTAINER_MALFORMED = 3002; /** * Caused by attempting to extract a file with an unsupported media container format, or an