You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Fix typos with codespell
Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt`
Whitelist consists of:
```
ang
doubleclick
lod
nd
que
te
unselect
```
(cherry picked from commit 612ab4bbc6)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
40018e995c
commit
751806b5c7
@@ -278,7 +278,7 @@ void MessageQueue::flush() {
|
||||
|
||||
while (read_pos < buffer_end) {
|
||||
|
||||
//lock on each interation, so a call can re-add itself to the message queue
|
||||
//lock on each iteration, so a call can re-add itself to the message queue
|
||||
|
||||
Message *message = (Message *)&buffer[read_pos];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user