fix typos in code comments

remove duplicate words from a comment
This commit is contained in:
0tkl
2025-05-14 15:40:26 +08:00
parent a81158c446
commit 56c44c04f6
11 changed files with 22 additions and 22 deletions

View File

@@ -39,7 +39,7 @@ extern char *CurveTypeTxt[];
void saveauxdata(Project *pr, FILE *f)
/*
------------------------------------------------------------
Writes auxilary data from original input file to new file.
Writes auxiliary data from original input file to new file.
------------------------------------------------------------
*/
{
@@ -84,7 +84,7 @@ void saveauxdata(Project *pr, FILE *f)
}
}
// Write line of auxilary data to file
// Write line of auxiliary data to file
else
{
switch (sect)
@@ -873,7 +873,7 @@ int saveinpfile(Project *pr, const char *fname)
}
}
// Save auxilary data to new input file
// Save auxiliary data to new input file
fprintf(f, "\n");
saveauxdata(pr, f);