Cleanup: Correct various spelling errors

This commit is contained in:
Jonathan G Rennison
2026-04-27 21:05:08 +02:00
committed by rubidium42
parent 4a7cbf29f0
commit bbe5dbf230
39 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -1945,7 +1945,7 @@ static inline void ClampViewportToMap(const Viewport &vp, int *scroll_x, int *sc
}
/**
* Clamp the smooth scroll to a maxmimum speed and distance based on time elapsed.
* Clamp the smooth scroll to a maximum speed and distance based on time elapsed.
*
* Every 30ms, we move 1/4th of the distance, to give a smooth movement experience.
* But we never go over the max_scroll speed.