fixed spelling mistake

This commit is contained in:
Martchus 2015-09-23 00:02:44 +02:00
parent ac396bb26f
commit 821bc9ee05
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace Media {
*/
enum class NotificationType
{
None = 0, /**< indicates that no notifications are present; should not be used when construction a notfication */
None = 0, /**< indicates that no notifications are present; should not be used when constructing a notfication */
Debug = 1, /**< indicates a debbuging notification */
Information = 2, /**< indicates an informal notification */
Warning = 3, /**< indicates a warning */