Fixes a mispelling of the word 'adjust' (#93242)

## About The Pull Request

Title.

## Why It's Good For The Game

Words should be spelt right.

## Changelog
🆑
spellcheck: You can no longer 'ajdust' your sensors. Adjusting hasn't
changed, though.
/🆑
This commit is contained in:
Cursor
2025-10-02 19:12:48 +03:00
committed by GitHub
parent b67b46f2cc
commit c4efcc91de
+1 -1
View File
@@ -438,7 +438,7 @@
balloon_alert(toggler, "sensors shorted!")
return FALSE
if(NO_SENSORS)
balloon_alert(toggler, "no sensors to ajdust!")
balloon_alert(toggler, "no sensors to adjust!")
return FALSE
return TRUE