mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
ENH: fix spelling mistake
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user