Skip to content

Commit

Permalink
chore: Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Apr 7, 2024
1 parent 042f554 commit 1d78d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
mavenLocal()
google()
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 = project.findProperty("gpr.user") as String? ?: System.getenv("GITHUB_ACTOR")
Expand Down

0 comments on commit 1d78d69

Please sign in to comment.