include/relpipe/common/RelpipeException.h
branchv_0
changeset 28 71114e5a0b6e
parent 19 2999fca726f3
--- a/include/relpipe/common/RelpipeException.h	Sat Oct 24 00:08:17 2020 +0200
+++ b/include/relpipe/common/RelpipeException.h	Sat Nov 27 23:15:16 2021 +0100
@@ -45,7 +45,7 @@
 public:
 	RelpipeException(std::string message);
 	virtual ~RelpipeException();
-	virtual std::string getMessge();
+	virtual std::string getMessage();
 };
 
 }