spelling: exception

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-05-05 21:33:26 -04:00
parent c3d6c7a111
commit 12b499d539
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ private:
std::string m_name;
};
//! Generic exit eception
//! Generic exit exception
/*!
Thrown when we want to abort, with the opportunity to clean up. This is a
little bit of a hack, but it's a better way of exiting, than just calling