Fixed minor spelling mistake

This commit is contained in:
Arohdin
2025-01-16 15:21:03 +01:00
parent 3c61857127
commit 066f2d71e8

View File

@@ -727,7 +727,7 @@ bool HorizonsDialog::handleRequest() {
nlohmann::json answer = sendRequest(url);
if (answer.empty()) {
QMessageBox::critical(this, "Errpr", "Connection error");
QMessageBox::critical(this, "Error", "Connection error");
return false;
}