src/RelpipeException.cpp
branchv_0
changeset 29 f5f4eec9ac85
parent 19 2999fca726f3
--- a/src/RelpipeException.cpp	Sat Nov 27 23:15:16 2021 +0100
+++ b/src/RelpipeException.cpp	Sat Nov 27 23:15:16 2021 +0100
@@ -41,7 +41,7 @@
 	delete internal;
 }
 
-std::string RelpipeException::getMessge() {
+std::string RelpipeException::getMessage() {
 	return internal->message;
 }