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 decdaa82d3
commit f9e3e1d9fd
2 changed files with 2 additions and 2 deletions

View file

@ -713,7 +713,7 @@ private:
void sort_notifications();
// If there is some error notification active, then the "Export G-code" notification after the slicing is finished is suppressed.
bool has_slicing_error_notification();
size_t get_standart_duration(NotificationLevel level)
size_t get_standard_duration(NotificationLevel level)
{
switch (level) {