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)