diff -r b6dd93370d8c -r 20bb74631354 src/JackException.h --- a/src/JackException.h Sun Nov 21 20:41:58 2021 +0100 +++ b/src/JackException.h Sat Nov 27 23:15:15 2021 +0100 @@ -32,7 +32,7 @@ JackException(wstring message) : message(message) { } - wstring getMessge() { + wstring getMessage() { return message; }