Fixed small typos.

This commit is contained in:
Matthew Brennan Jones 2014-04-30 13:01:42 -07:00
parent f89bd7d3e0
commit 8a8ddf45eb
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ The following examples assume that we are analyzing a simple file called hellowo
### Token Count
The "--tokenCount" or "-t" option prints the number of tokens in the given file
$ dscanner --tokencount helloworld.d
$ dscanner --tokenCount helloworld.d
20
### Import Listing

View File

@ -2281,7 +2281,7 @@ class ClassFour(A, B) if (someTest()) : Super {}}c;
{
if (!canBeRange)
{
error(`Cannot have more than one foreach varible for a foreach range statement`);
error(`Cannot have more than one foreach variable for a foreach range statement`);
return null;
}
advance();