exception: fix typo: getMessge() → getMessage() v_0 v0.18
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat, 27 Nov 2021 23:15:16 +0100
branchv_0
changeset 19 6cf77a7dae6b
parent 18 4a0e3b828858
child 20 56aeec532d4f
exception: fix typo: getMessge() → getMessage()
src/RelpipeCSVWriterException.h
--- a/src/RelpipeCSVWriterException.h	Sat Nov 27 23:15:16 2021 +0100
+++ b/src/RelpipeCSVWriterException.h	Sat Nov 27 23:15:16 2021 +0100
@@ -32,7 +32,7 @@
 	RelpipeCSVWriterException(wstring message) : message(message) {
 	}
 
-	wstring getMessge() {
+	wstring getMessage() {
 		return message;
 	}