Correct small typo

It looks like there was a typo here...
This commit is contained in:
LaurentTreguier 2016-06-30 20:54:00 +02:00 committed by GitHub
parent 5994c760a4
commit 7945792784
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class IncorrectInfiniteRangeCheck : BaseAnalyzer
private:
uint inStruct;
enum string KEY = "dscanner.suspicios.incorrect_infinite_range";
enum string KEY = "dscanner.suspicious.incorrect_infinite_range";
enum string MESSAGE = "Use `enum bool empty = false;` to define an infinite range.";
size_t line;
size_t column;