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:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user