# HG changeset patch # User František Kučera # Date 1638051317 -3600 # Node ID 396e362fb317ea455bc44c753a5bd561336a269f # Parent f0c933564a5fc6b26ae0343a689bae9aaef3d43b exception: fix typo: getMessge() → getMessage() diff -r f0c933564a5f -r 396e362fb317 src/JackException.h --- a/src/JackException.h Sat Oct 24 00:08:18 2020 +0200 +++ b/src/JackException.h Sat Nov 27 23:15:17 2021 +0100 @@ -34,7 +34,7 @@ JackException(relpipe::common::type::StringX message) : message(message) { } - relpipe::common::type::StringX getMessge() { + relpipe::common::type::StringX getMessage() { return message; }