From d7767868676d3060d7fcdb0f701bf84eb233caec Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Thu, 19 Sep 2024 20:20:15 +0900 Subject: [PATCH] chore: fix typo --- .../patches/youtube/general/startpage/ChangeStartPagePatch.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/general/startpage/ChangeStartPagePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/general/startpage/ChangeStartPagePatch.kt index 57a13e811..7412b16bd 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/general/startpage/ChangeStartPagePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/general/startpage/ChangeStartPagePatch.kt @@ -32,7 +32,7 @@ object ChangeStartPagePatch : BaseBytecodePatch( override fun execute(context: BytecodeContext) { - // Hook broseId. + // Hook browseId. BrowseIdFingerprint.resultOrThrow().mutableMethod.apply { val browseIdIndex = indexOfFirstInstructionOrThrow { opcode == Opcode.CONST_STRING && @@ -48,7 +48,7 @@ object ChangeStartPagePatch : BaseBytecodePatch( ) } - // There is no browserId assigned to Shorts and Search. + // There is no browseId assigned to Shorts and Search. // Just hook the Intent action. IntentActionFingerprint.resultOrThrow().mutableMethod.addInstruction( 0,