mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
general: Fix various spelling errors
This commit is contained in:
parent
80f49ed9f1
commit
23413c0d44
20 changed files with 43 additions and 43 deletions
|
@ -142,7 +142,7 @@ constexpr int default_mouse_timeout = 2500;
|
|||
/**
|
||||
* "Callouts" are one-time instructional messages shown to the user. In the config settings, there
|
||||
* is a bitfield "callout_flags" options, used to track if a message has already been shown to the
|
||||
* user. This is 32-bits - if we have more than 32 callouts, we should retire and recyle old ones.
|
||||
* user. This is 32-bits - if we have more than 32 callouts, we should retire and recycle old ones.
|
||||
*/
|
||||
enum class CalloutFlag : uint32_t {
|
||||
Telemetry = 0x1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue