Fixed a typo

This commit is contained in:
Nikita Mikhaylov 2024-07-25 16:58:41 +00:00
parent 6f068639db
commit a457db34b2

View File

@ -262,7 +262,7 @@ namespace Util
/// Throws a NullPointerException if no Application instance exists.
static Application * instanceRawPtr();
/// Returns a raw pointer to the Application sigleton.
/// Returns a raw pointer to the Application singleton.
///
/// The caller should check whether the result is nullptr.