exception: fix typo: getMessge() → getMessage() v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat, 27 Nov 2021 23:15:17 +0100
branchv_0
changeset 30 396e362fb317
parent 29 f0c933564a5f
child 31 259bf64e5ddc
exception: fix typo: getMessge() → getMessage()
src/JackException.h
--- a/src/JackException.h	Sat Oct 24 00:08:18 2020 +0200
+++ b/src/JackException.h	Sat Nov 27 23:15:17 2021 +0100
@@ -34,7 +34,7 @@
 	JackException(relpipe::common::type::StringX message) : message(message) {
 	}
 
-	relpipe::common::type::StringX getMessge() {
+	relpipe::common::type::StringX getMessage() {
 		return message;
 	}