Skip to content

Commit

Permalink
SLE-1000: PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
thahnen committed Dec 16, 2024
1 parent 55a63c7 commit 29ca035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import static org.assertj.core.api.Assertions.tuple;

/**
* These tests are for the CDT integration of the plug-in. It should work correctly with different kidns of C/C++
* These tests are for the CDT integration of the plug-in. It should work correctly with different kinds of C/C++
* projects that are supported by CDT itself or other tools generating the Eclipse project files.
*/
public class CdtIntegrationTest extends AbstractSonarLintTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ protected IStatus doRun(final IProgressMonitor monitor) {
+ "from the Eclipse CDT plug-in. This might happen when the project was not yet built or the project is "
+ "not configured correctly.",
"The following files were removed from the analysis: '" + removedFilesByCdt + "'. The information "
+ "provided by Eclipse CDT is crucial for the analysis to work correctly, please consult the offcial"
+ "provided by Eclipse CDT is crucial for the analysis to work correctly, please consult the official "
+ "documentation at: " + SonarLintDocumentation.ECLIPSE_CDT_DOCS,
SonarLintDocumentation.ECLIPSE_CDT_DOCS));

Expand Down

0 comments on commit 29ca035

Please sign in to comment.