Skip to content

Commit cd856dd

Browse files
committed
Typo
1 parent 49009c9 commit cd856dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/client/ServerSpoof.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ object ServerSpoof : Module(
4141
event.cancel()
4242

4343
this@ServerSpoof.info(buildText {
44-
literal("Canceled ${if (packet.required) "required" else "optional"} server ressource pack. ")
44+
literal("Canceled ${if (packet.required) "required" else "optional"} server resource pack. ")
4545
clickEvent(ClickEvent(ClickEvent.Action.OPEN_URL, packet.url)) {
4646
styled(color = Color.GREEN, underlined = true) {
4747
literal("(Click here to download)")

0 commit comments

Comments
 (0)