From a41c41ec54c0d7f8058e0339bf7b3bef747d2270 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 10 Nov 2005 11:48:52 -0500 Subject: STYLE: fix spelling --- Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx b/Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx index 23fa7d4..6a2be3a 100644 --- a/Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx +++ b/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) { -- cgit v0.12