exception: fix typo: getMessge() → getMessage() v_0 v0.18
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat, 27 Nov 2021 23:15:18 +0100
branchv_0
changeset 45 b6f2740617e4
parent 44 cca41f80b89f
child 46 1a2755fc704d
exception: fix typo: getMessge() → getMessage()
src/AwkException.h
--- a/src/AwkException.h	Sat Nov 27 23:15:17 2021 +0100
+++ b/src/AwkException.h	Sat Nov 27 23:15:18 2021 +0100
@@ -32,7 +32,7 @@
 	AwkException(wstring message) : message(message) {
 	}
 
-	wstring getMessge() {
+	wstring getMessage() {
 		return message;
 	}