spelling: exception
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
c3d6c7a111
commit
12b499d539
|
@ -111,7 +111,7 @@ private:
|
||||||
std::string m_name;
|
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
|
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
|
little bit of a hack, but it's a better way of exiting, than just calling
|
||||||
|
|
Loading…
Reference in New Issue