branch | v_0 |
changeset 54 | 259f99938898 |
parent 42 | 707a6734f364 |
--- a/src/relpipe-out-gui.cpp Sat Dec 04 21:14:52 2021 +0100 +++ b/src/relpipe-out-gui.cpp Fri Aug 26 22:36:12 2022 +0200 @@ -56,7 +56,7 @@ reader->process(); } catch (RelpipeReaderException& e) { // TODO: handle exception, show error dialog - std::wcerr << L"RelpipeReaderException: " << e.getMessge() << std::endl; + std::wcerr << L"RelpipeReaderException: " << e.getMessage() << std::endl; } } };