1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-23 01:47:38 +00:00

Fix a few typos

Just ran[^1] over the codebase. Turns out we'd duplicated one of the
changelog entries entirely - I suspect due to a version merge gone
wrong!

[^1]: https://github.com/crate-ci/typos/
This commit is contained in:
Jonathan Coates
2023-01-24 18:47:29 +00:00
parent 7335a892b5
commit 6cd32a6368
23 changed files with 38 additions and 64 deletions

View File

@@ -34,7 +34,7 @@ abstract class CheckChangelog : DefaultTask() {
var ok = true
// Check we're targetting the current version
// Check we're targeting the current version
var whatsNew = whatsNew.get().asFile.readLines()
if (whatsNew[0] != "New features in CC: Tweaked $version") {
ok = false