Spelling and Grammar Fixes (#86022)

## About The Pull Request
Fixes several errors to spelling, grammar, and punctuation.
## Why It's Good For The Game
## Changelog
🆑
spellcheck: fixed a few typos
/🆑
This commit is contained in:
klorpa
2024-08-23 14:49:46 -05:00
committed by GitHub
parent 9a8c99cf8f
commit e1bf793264
108 changed files with 249 additions and 249 deletions
@@ -156,7 +156,7 @@ GLOBAL_LIST_EMPTY(actionspeed_modification_cache)
var/amt = M.multiplicative_slowdown
if(conflict)
// Conflicting modifiers prioritize the larger slowdown or the larger speedup
// We purposefuly don't handle mixing speedups and slowdowns on the same id
// We purposefully don't handle mixing speedups and slowdowns on the same id
if(abs(conflict_tracker[conflict]) < abs(amt))
conflict_tracker[conflict] = amt
else