exception: fix typo: getMessge() → getMessage() v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat, 27 Nov 2021 23:15:15 +0100
branchv_0
changeset 21 20bb74631354
parent 20 b6dd93370d8c
child 22 6ba42fe7cf0e
exception: fix typo: getMessge() → getMessage()
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;
 	}