1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Fix some typos spotted by lintian

This commit is contained in:
Christoph Berg
2021-01-19 12:36:56 +01:00
parent aef15f7a2a
commit 0d6a3a4f47
15 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ void WebAPIRequestMapper::instanceConfigService(qtwebapp::HttpRequest& request,
}
else
{
normalResponse.setMessage(new QString("Error occured while updating configuration"));
normalResponse.setMessage(new QString("Error occurred while updating configuration"));
response.write(errorResponse.asJson().toUtf8());
}
}