summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx2
-rw-r--r--Tests/Tutorial/Step6/MathFunctions/MakeTable.cxx2
-rw-r--r--Tests/Tutorial/Step7/MathFunctions/MakeTable.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx b/Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx
index 6a2be3a..5402542 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 6a2be3a..5402542 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 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)
{