Fix typos

This commit is contained in:
Dimitris Apostolou
2024-02-04 18:55:08 +02:00
parent 38f2e9a1cf
commit 80aff3afad
31 changed files with 53 additions and 53 deletions

View File

@@ -94,7 +94,7 @@ class BaseOptions : OptionGroup() {
.associate()
val noCache: Boolean by
option(names = arrayOf("--no-cache"), help = "Disable cacheing of packages")
option(names = arrayOf("--no-cache"), help = "Disable caching of packages")
.single()
.flag(default = false)