src/JackException.h
branchv_0
changeset 30 396e362fb317
parent 0 3bc3b33ccb02
--- 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;
 	}