Fixed spelling error get_standart_duration -> get_standard_duration

This commit is contained in:
Vojtech Bubnik
2021-10-21 13:39:27 +02:00
parent 9e0e03326b
commit 6d7510b63a
2 changed files with 2 additions and 2 deletions

View File

@@ -1509,7 +1509,7 @@ void NotificationManager::push_notification(NotificationType type,
std::function<bool(wxEvtHandler*)> callback,
int timestamp)
{
int duration = get_standart_duration(level);
int duration = get_standard_duration(level);
push_notification_data({ type, level, duration, text, hypertext, callback }, timestamp);
}