App: [skip ci] fix typo

This commit is contained in:
wmayer
2022-11-17 20:00:00 +01:00
parent 1f83094b44
commit 2614a1cec6

View File

@@ -66,7 +66,7 @@ enum GetLinkOption {
enum class MessageOption {
Quiet, /**< Suppress error. */
Error, /**< Print an error message. */
Throw, /**< Throw an execption. */
Throw, /**< Throw an exception. */
};