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 26 b3a3a241337a
parent 25 5802f79da18f
child 27 5de9d5db27cc
exception: fix typo: getMessge() → getMessage()
include/relpipe/cli/RelpipeCLIException.h
--- a/include/relpipe/cli/RelpipeCLIException.h	Sat Oct 24 00:08:17 2020 +0200
+++ b/include/relpipe/cli/RelpipeCLIException.h	Sat Nov 27 23:15:16 2021 +0100
@@ -35,7 +35,7 @@
 	message(message), exitCode(exitCode) {
 	}
 
-	wstring getMessge() {
+	wstring getMessage() {
 		return message;
 	}