This commit is contained in:
Hackerpilot 2016-04-28 15:38:16 -07:00
commit d8c3fa67ca
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")