diff -r 71114e5a0b6e -r f5f4eec9ac85 src/RelpipeException.cpp --- a/src/RelpipeException.cpp Sat Nov 27 23:15:16 2021 +0100 +++ b/src/RelpipeException.cpp Sat Nov 27 23:15:16 2021 +0100 @@ -41,7 +41,7 @@ delete internal; } -std::string RelpipeException::getMessge() { +std::string RelpipeException::getMessage() { return internal->message; }