From 76671657d69216b1f557aa7307a4ea302d97457f Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 16 Nov 2010 09:02:47 +0000 Subject: [PATCH] Forgot these --- contrib/src/ai/aiPathFinder.cxx | 2 +- ppremake/check_include.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/src/ai/aiPathFinder.cxx b/contrib/src/ai/aiPathFinder.cxx index 8b2d364a2d..18c90e88a3 100644 --- a/contrib/src/ai/aiPathFinder.cxx +++ b/contrib/src/ai/aiPathFinder.cxx @@ -326,7 +326,7 @@ void PathFinder::remove_from_olist() { } } - // At this point the AINode was succesfully removed and the binary + // At this point the AINode was successfully removed and the binary // heap re-arranged. } diff --git a/ppremake/check_include.cxx b/ppremake/check_include.cxx index 40718c83ea..6493ab467e 100644 --- a/ppremake/check_include.cxx +++ b/ppremake/check_include.cxx @@ -45,7 +45,7 @@ check_include(const string &line) { if (p >= line.length() || (line[p] != '"' && line[p] != '<')) { // if it starts with a capital, assume its a #define var used as - // include tgt, and dont print a warning + // include tgt, and don't print a warning if(!((line[p]>='A')&&(line[p]<='Z'))) { cerr << "Ignoring invalid #include directive: " << line << "\n"; }