Skip to content

Commit 11d0420

Browse files
authored
Update MPCORecorder.cpp
1 parent e2aa39b commit 11d0420

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SRC/recorder/MPCORecorder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ namespace mpco {
913913
struct SectionAssignment
914914
{
915915
SectionAssignment()
916-
: is_new(true), name("UnkownClassType"), fiber_section_data(), assignments() {}
916+
: is_new(true), name("UnknownClassType"), fiber_section_data(), assignments() {}
917917
bool is_new;
918918
std::string name;
919919
FiberSectionData fiber_section_data;

0 commit comments

Comments
 (0)