From bcadb47a74fee9482ea904721943fa833682178d Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Fri, 15 Feb 2019 15:05:14 +0000 Subject: [PATCH] Fix typo PiperOrigin-RevId: 234137695 --- .../google/android/exoplayer2/upstream/cache/SimpleCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/SimpleCache.java b/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/SimpleCache.java index c5956aa0ed..d648fe2994 100644 --- a/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/SimpleCache.java +++ b/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/SimpleCache.java @@ -577,7 +577,7 @@ public final class SimpleCache implements Cache { * Loads the cache UID from the files belonging to the root directory, generating one if needed. * * @param directory The root directory. - * @param files The files belonging to the rood directory. + * @param files The files belonging to the root directory. * @return The cache loaded UID. * @throws IOException If there is an error loading or generating the UID. */