source typo fixes pt5

+ cleaning up some more non-short-URLs
Issue #2914
This commit is contained in:
Kunda
2017-03-03 16:43:42 -05:00
committed by Yorik van Havre
parent d751423dbd
commit 19f8fd4c10
58 changed files with 147 additions and 148 deletions

View File

@@ -368,7 +368,7 @@ bool SelectionFilter::parse(void)
{
Errors = "";
SelectionParser::YY_BUFFER_STATE my_string_buffer = SelectionParser::SelectionFilter_scan_string (Filter.c_str());
// be aware that this parser is not reentrant! Dont use with Threats!!!
// be aware that this parser is not reentrant! Don't use with Threats!!!
assert(!ActFilter);
ActFilter = this;
/*int my_parse_result =*/ SelectionParser::yyparse();