From 8a8ddf45ebcd94f2062a0c13c0fe318b113a0a6f Mon Sep 17 00:00:00 2001 From: Matthew Brennan Jones Date: Wed, 30 Apr 2014 13:01:42 -0700 Subject: [PATCH] Fixed small typos. --- README.md | 2 +- std/d/parser.d | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1cfbaa..f2b72a1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/std/d/parser.d b/std/d/parser.d index ec60cf2..e380ead 100644 --- a/std/d/parser.d +++ b/std/d/parser.d @@ -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();