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

@@ -178,7 +178,7 @@ int hydsolve(Project *pr, int *iter, double *relerr)
nextcheck = *iter + hyd->CheckFreq;
}
// No convergence yet - see if its time for a periodic status
// No convergence yet - see if it's time for a periodic status
// check on pumps, CV's, and pipes connected to tank
else if (*iter <= hyd->MaxCheck && *iter == nextcheck)
{