exception: fix typo: getMessge() → getMessage() v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat, 27 Nov 2021 23:15:18 +0100
branchv_0
changeset 36 c95f3ac745cc
parent 35 bc420e80868f
child 37 673fe926619a
exception: fix typo: getMessge() → getMessage()
src/SchemeException.h
--- a/src/SchemeException.h	Sat Oct 24 00:08:19 2020 +0200
+++ b/src/SchemeException.h	Sat Nov 27 23:15:18 2021 +0100
@@ -32,7 +32,7 @@
 	SchemeException(wstring message) : message(message) {
 	}
 
-	wstring getMessge() {
+	wstring getMessage() {
 		return message;
 	}