From 76856185dcc303d47ac8c5a8a8c27c95e9b04a7c Mon Sep 17 00:00:00 2001 From: Titoot <82727556+Titoot@users.noreply.github.com> Date: Wed, 11 Jan 2023 14:31:46 +0200 Subject: [PATCH] chore: fix typo in comment (#1472) --- .../resource/patch/BottomControlsResourcePatch.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/playercontrols/resource/patch/BottomControlsResourcePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/playercontrols/resource/patch/BottomControlsResourcePatch.kt index 4e94b219e..e569e56aa 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/playercontrols/resource/patch/BottomControlsResourcePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/playercontrols/resource/patch/BottomControlsResourcePatch.kt @@ -67,7 +67,7 @@ class BottomControlsResourcePatch : ResourcePatch { element.attributes.getNamedItem("yt:layout_constraintRight_toLeftOf").nodeValue = "$namespace/$lastLeftOf" - // set lastLeftOf attribute to the the current element + // set lastLeftOf attribute to the current element val nameSpaceLength = 5 lastLeftOf = element.attributes.getNamedItem("android:id").nodeValue.substring(nameSpaceLength) @@ -82,4 +82,4 @@ class BottomControlsResourcePatch : ResourcePatch { override fun close() { targetXmlEditor.close() } -} \ No newline at end of file +}