# HG changeset patch # User František Kučera # Date 1638051316 -3600 # Node ID b3a3a241337aabf6c9c58eff17c4bdce0d235577 # Parent 5802f79da18fb7c97755ccef1d0b37e9dbecf566 exception: fix typo: getMessge() → getMessage() diff -r 5802f79da18f -r b3a3a241337a 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; }