diff --git a/src/App/Application.h b/src/App/Application.h index 2607a64f0a..1cd0fcf2e2 100644 --- a/src/App/Application.h +++ b/src/App/Application.h @@ -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. */ };