ENH: fix spelling mistake
This commit is contained in:
parent
66953c78a9
commit
57a0f830df
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue