chore: Nitpick on misspelling of comment

This commit is contained in:
Pun Butrach 2024-12-01 01:13:03 +07:00 committed by oSumAtrIX
parent e027f8cc9c
commit 1704947c52
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -15,7 +15,7 @@ dependencyResolutionManagement {
maven("https://jitpack.io")
mavenLocal()
maven {
// A repository must be speficied for some reason. "registry" is a dummy.
// A repository must be specified for some reason. "registry" is a dummy.
url = uri("https://maven.pkg.github.com/revanced/registry")
credentials {
username = System.getenv("GITHUB_ACTOR") ?: extra["gpr.user"] as String?