ENH: fix spelling mistake

This commit is contained in:
Ken Martin 2009-06-23 12:58:19 -04:00
parent 66953c78a9
commit 57a0f830df
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ int main (int argc, char *argv[])
return 1; 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"); fprintf(fout,"double sqrtTable[] = {\n");
for (i = 0; i < 10; ++i) for (i = 0; i < 10; ++i)
{ {

View File

@ -20,7 +20,7 @@ int main (int argc, char *argv[])
return 1; 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"); fprintf(fout,"double sqrtTable[] = {\n");
for (i = 0; i < 10; ++i) for (i = 0; i < 10; ++i)
{ {

View File

@ -20,7 +20,7 @@ int main (int argc, char *argv[])
return 1; 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"); fprintf(fout,"double sqrtTable[] = {\n");
for (i = 0; i < 10; ++i) for (i = 0; i < 10; ++i)
{ {