mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 04:49:12 -06:00
Fixed minor spelling mistake
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user