1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-30 16:06:30 -05:00

general: Fix various spelling errors

This commit is contained in:
Morph
2021-01-02 09:00:05 -05:00
parent 1ff341f3dc
commit a745d87971
20 changed files with 43 additions and 43 deletions

View File

@@ -20,7 +20,7 @@ enum class MouseButton {
Left,
Wheel,
Right,
Foward,
Forward,
Backward,
Undefined,
};