Fix typo
Signed-off-by: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
This commit is contained in:
parent
c0ffabeea7
commit
0a3817ac94
1 changed files with 1 additions and 1 deletions
|
@ -71,6 +71,6 @@ inline std::string DebugPrint(FakeVertex::Type type)
|
|||
case FakeVertex::Type::PureFake: return "PureFake";
|
||||
case FakeVertex::Type::PartOfReal: return "PartOfReal";
|
||||
}
|
||||
return "UnkonwFakeVertexType";
|
||||
return "UnknownFakeVertexType";
|
||||
}
|
||||
} // namespace routing
|
||||
|
|
Reference in a new issue