Skip to content

Commit 00f2b41

Browse files
committed
QPR-13703 typo
1 parent f82d530 commit 00f2b41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREData/ored/utilities/parsers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ std::ostream& operator<<(std::ostream& os, const YieldCurveSegment::Type c) {
15291529
} else if (c == YieldCurveSegment::Type::BondYieldShifted) {
15301530
return os << "Bond Yield Shifted";
15311531
} else {
1532-
QL_FAIL("Unknonw PillarChoice value " << static_cast<std::size_t>(c));
1532+
QL_FAIL("Unknonw YieldCurveSegment::Type value " << static_cast<std::size_t>(c));
15331533
}
15341534
}
15351535

0 commit comments

Comments
 (0)