exception: fix typo: getMessge() → getMessage() v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat, 27 Nov 2021 23:15:16 +0100
branchv_0
changeset 53 653e3b154191
parent 52 785fc49b0a55
child 54 d9c68ac8929e
exception: fix typo: getMessge() → getMessage()
include/relpipe/writer/RelpipeWriterException.h
--- a/include/relpipe/writer/RelpipeWriterException.h	Sun Apr 11 17:27:12 2021 +0200
+++ b/include/relpipe/writer/RelpipeWriterException.h	Sat Nov 27 23:15:16 2021 +0100
@@ -35,7 +35,7 @@
 	message(message) {
 	}
 
-	wstring getMessge() {
+	wstring getMessage() {
 		return message;
 	}