diff --git a/Telegram/SourceFiles/platform/linux/main_window_linux.cpp b/Telegram/SourceFiles/platform/linux/main_window_linux.cpp index f0edc97ff..1b482984b 100644 --- a/Telegram/SourceFiles/platform/linux/main_window_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/main_window_linux.cpp @@ -561,7 +561,7 @@ void MainWindow::psFirstShow() { LOG(("Could not get Unity Launcher entry!")); } } else { - LOG(("SNAP Enviroment detected, setting Launcher entry to %1-telegramdesktop.desktop!").arg(snapName)); + LOG(("SNAP Environment detected, setting Launcher entry to %1-telegramdesktop.desktop!").arg(snapName)); _desktopFile = snapName + "_telegramdesktop.desktop"; useUnityCount=true; }