diff -r 5802f79da18f -r b3a3a241337a include/relpipe/cli/RelpipeCLIException.h --- a/include/relpipe/cli/RelpipeCLIException.h Sat Oct 24 00:08:17 2020 +0200 +++ b/include/relpipe/cli/RelpipeCLIException.h Sat Nov 27 23:15:16 2021 +0100 @@ -35,7 +35,7 @@ message(message), exitCode(exitCode) { } - wstring getMessge() { + wstring getMessage() { return message; }