Spell-checked the whole project.

This commit is contained in:
Martín Lucas Golini
2025-08-22 01:33:51 -03:00
parent c90d88abcb
commit 54aaeb4931
172 changed files with 667 additions and 661 deletions

View File

@@ -651,8 +651,7 @@ static std::vector<LSPDiagnostic> parseDiagnostics( const json& result ) {
static std::vector<LSPCodeAction> parseCodeAction( const json& result ) {
std::vector<LSPCodeAction> ret;
const auto& codeActions = result;
for ( const auto& vaction : codeActions ) {
auto& action = vaction;
for ( auto& action : codeActions ) {
// entry could be Command or CodeAction
if ( !action.contains( MEMBER_COMMAND ) || !action.at( MEMBER_COMMAND ).is_string() ) {
// CodeAction