From 1b3cd3b1f5c71acb744dad479e1886055b85362c Mon Sep 17 00:00:00 2001 From: Koitharu Date: Tue, 25 Feb 2025 12:51:45 +0200 Subject: [PATCH] Fix typo --- src/main/kotlin/org/koitharu/kotatsu/dl/util/Util.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/org/koitharu/kotatsu/dl/util/Util.kt b/src/main/kotlin/org/koitharu/kotatsu/dl/util/Util.kt index fbc979e..fc16836 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/dl/util/Util.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/dl/util/Util.kt @@ -9,7 +9,7 @@ import org.jsoup.HttpStatusException import java.io.File import java.net.HttpURLConnection -const val GENERIC_ERROR_MSG = "An error has occured" +const val GENERIC_ERROR_MSG = "An error has occurred" @Suppress("NOTHING_TO_INLINE") inline operator fun List.component6(): T = get(5)