1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:57:44 +00:00

LibDebug: Fix spelling mistake

This commit is contained in:
Gunnar Beutner 2021-07-13 17:45:38 +02:00 committed by Andreas Kling
parent 4cf24c6ba2
commit 567fa4b2f0
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ namespace Debug::Dwarf::Expression {
enum class Type {
None,
UnsignedIntetger,
UnsignedInteger,
Register,
};