Signed-off-by: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
This commit is contained in:
Jaime Marquínez Ferrándiz 2022-07-15 15:20:36 +02:00
parent c0ffabeea7
commit 0a3817ac94

View file

@ -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