fix small typo in dscanner.ini

This commit is contained in:
Sebastian Wilzbach 2016-04-27 12:27:23 +03:00
parent 9b81989011
commit c61800a7bc
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ StaticAnalysisConfig defaultStaticAnalysisConfig()
return config; return config;
} }
@INI("Configurue which static analysis checks are enabled") @INI("Configure which static analysis checks are enabled")
struct StaticAnalysisConfig struct StaticAnalysisConfig
{ {
@INI("Check variable, class, struct, interface, union, and function names against the Phobos style guide") @INI("Check variable, class, struct, interface, union, and function names against the Phobos style guide")