chore: Nitpick on misspelling of comment

This commit is contained in:
Pun Butrach 2024-12-01 01:13:03 +07:00 committed by GitHub
parent 0685479d53
commit 31fb8b1404
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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?