Merge pull request #337 from wilzbach/patch-2

fix small typo in dscanner.ini
This commit is contained in:
Brian Schott 2016-04-28 14:29:07 -07:00
commit fd5d5c51e0
1 changed files with 1 additions and 1 deletions

View File

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