From 57a0f830df71d6cf6bc2c0e4bfceb25249917e59 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 23 Jun 2009 12:58:19 -0400 Subject: [PATCH] ENH: fix spelling mistake --- Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx | 2 +- Tests/Tutorial/Step6/MathFunctions/MakeTable.cxx | 2 +- Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx b/Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx index 6a2be3a14..540254271 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 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) { diff --git a/Tests/Tutorial/Step6/MathFunctions/MakeTable.cxx b/Tests/Tutorial/Step6/MathFunctions/MakeTable.cxx index 6a2be3a14..540254271 100644 --- a/Tests/Tutorial/Step6/MathFunctions/MakeTable.cxx +++ b/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) { diff --git a/Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx b/Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx index 6a2be3a14..540254271 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) {