Skip to content

Commit 5937778

Browse files
authored
Merge pull request #42 from FalloutCascadia/main
fix: Spelling. (#35)
2 parents 9b2d13f + fbfc69f commit 5937778

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

include/RE/P/PlayerCharacter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ namespace RE
8989
{
9090
kNone = 0x0,
9191
kNormal = 0x1,
92-
kTelekeiesis = 0x2
92+
kTelekinesis = 0x2
9393
};
9494

9595
class PlayerActionObject

include/RE/S/SUBTITLE_PRIORITY.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ namespace RE
88
kNormal = 0x1,
99
kHigh = 0x2,
1010
kForce = 0x3,
11-
kTotla = 0x4
11+
kTotal = 0x4
1212
};
1313
}

0 commit comments

Comments
 (0)