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 51 a42e6992897c
parent 50 85f04b47c967
child 52 d22e9274fcad
exception: fix typo: getMessge() → getMessage()
include/relpipe/reader/RelpipeReaderException.h
--- a/include/relpipe/reader/RelpipeReaderException.h	Sat Oct 24 00:08:18 2020 +0200
+++ b/include/relpipe/reader/RelpipeReaderException.h	Sat Nov 27 23:15:16 2021 +0100
@@ -35,7 +35,7 @@
 	message(message) {
 	}
 
-	string_t getMessge() {
+	string_t getMessage() {
 		return message;
 	}