Browse Source

Forgot these

rdb 15 years ago
parent
commit
76671657d6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      contrib/src/ai/aiPathFinder.cxx
  2. 1 1
      ppremake/check_include.cxx

+ 1 - 1
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.
   // heap re-arranged.
 }
 }
 
 

+ 1 - 1
ppremake/check_include.cxx

@@ -45,7 +45,7 @@ check_include(const string &line) {
 
 
   if (p >= line.length() || (line[p] != '"' && line[p] != '<')) {
   if (p >= line.length() || (line[p] != '"' && line[p] != '<')) {
     // if it starts with a capital, assume its a #define var used as
     // 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'))) {
     if(!((line[p]>='A')&&(line[p]<='Z'))) {
       cerr << "Ignoring invalid #include directive: " << line << "\n";
       cerr << "Ignoring invalid #include directive: " << line << "\n";
     }
     }