Skip to content

Commit 4e0434b

Browse files
committed
Fix typo
1 parent 95f679a commit 4e0434b

File tree

1 file changed

+1
-1
lines changed
  • src/sonar-sql-plugin/src/main/java/org/sonar/plugins/sql

1 file changed

+1
-1
lines changed

src/sonar-sql-plugin/src/main/java/org/sonar/plugins/sql/SQLPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void define(Context context) {
4646
.defaultValue(Constants.TSQL_MS_ISSUES_DEFAULT).type(PropertyType.STRING).build());
4747

4848
context.addExtension(PropertyDefinition.builder(Constants.PLUGIN_SUFFIXES).name("File suffixes")
49-
.description("File suffixes which will be reported belonging to SQL langauge").multiValues(true)
49+
.description("File suffixes which will be reported belonging to SQL language").multiValues(true)
5050
.defaultValue(".sql").type(PropertyType.STRING).build());
5151

5252
context.addExtension(PropertyDefinition.builder(Constants.PLUGIN_SQL_SCA_TIMEOUT).name("SCA timeout")

0 commit comments

Comments
 (0)