summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-10 16:48:52 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-11-10 16:48:52 (GMT)
commita41c41ec54c0d7f8058e0339bf7b3bef747d2270 (patch)
treefbfb0ad11a02038c907236757d7e03f768112c33
parent4d3537597e67f084d8424a6473bfc403615e104d (diff)
downloadCMake-a41c41ec54c0d7f8058e0339bf7b3bef747d2270.zip
CMake-a41c41ec54c0d7f8058e0339bf7b3bef747d2270.tar.gz
CMake-a41c41ec54c0d7f8058e0339bf7b3bef747d2270.tar.bz2
STYLE: fix spelling
-rw-r--r--Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx2
1 files changed, 1 insertions, 1 deletions
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)
{