summaryrefslogtreecommitdiffstats
path: root/Tests/Tutorial/Step7
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2009-06-23 16:58:19 (GMT)
committerKen Martin <ken.martin@kitware.com>2009-06-23 16:58:19 (GMT)
commit57a0f830df71d6cf6bc2c0e4bfceb25249917e59 (patch)
tree376cebeeada2ed894f844974d3cdb7509076246f /Tests/Tutorial/Step7
parent66953c78a9457e9e73db5a35816333223e6414ae (diff)
downloadCMake-57a0f830df71d6cf6bc2c0e4bfceb25249917e59.zip
CMake-57a0f830df71d6cf6bc2c0e4bfceb25249917e59.tar.gz
CMake-57a0f830df71d6cf6bc2c0e4bfceb25249917e59.tar.bz2
ENH: fix spelling mistake
Diffstat (limited to 'Tests/Tutorial/Step7')
-rw-r--r--Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx b/Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx
index 6a2be3a..5402542 100644
--- a/Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx
+++ b/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)
{