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 28 71114e5a0b6e
parent 27 5043b0de5a31
child 29 f5f4eec9ac85
exception: fix typo: getMessge() → getMessage()
include/relpipe/common/RelpipeException.h
--- 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();
 };
 
 }