Browse Source

STYLE: fix spelling

Ken Martin 20 years ago
parent
commit
a41c41ec54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx

+ 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 tabel fo square roots
+  // crate a source file with a table of square roots
   fprintf(fout,"double sqrtTable[] = {\n");
   for (i = 0; i < 10; ++i)
     {