Browse Source

ENH: fix spelling mistake

Ken Martin 16 years ago
parent
commit
57a0f830df

+ 1 - 1
Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx

@@ -20,7 +20,7 @@ int main (int argc, char *argv[])
     return 1;
     }
   
-  // crate a source file with a table of square roots
+  // create a source file with a table of square roots
   fprintf(fout,"double sqrtTable[] = {\n");
   for (i = 0; i < 10; ++i)
     {

+ 1 - 1
Tests/Tutorial/Step6/MathFunctions/MakeTable.cxx

@@ -20,7 +20,7 @@ int main (int argc, char *argv[])
     return 1;
     }
   
-  // crate a source file with a table of square roots
+  // create a source file with a table of square roots
   fprintf(fout,"double sqrtTable[] = {\n");
   for (i = 0; i < 10; ++i)
     {

+ 1 - 1
Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx

@@ -20,7 +20,7 @@ int main (int argc, char *argv[])
     return 1;
     }
   
-  // crate a source file with a table of square roots
+  // create a source file with a table of square roots
   fprintf(fout,"double sqrtTable[] = {\n");
   for (i = 0; i < 10; ++i)
     {