fix typos in header comments

This commit is contained in:
0tkl
2025-05-14 16:02:06 +08:00
parent 13d075edb7
commit bd879cb557
4 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ set of thread safe API functions that allows one to run concurrent analyses on
multiple EPANET projects can be found in the epanet2_2.h header file. The two
APIs share the same function names and arguments with the difference being that
the thread safe functions use the prefix "EN_" and include an extra argument that
represents the EPANET project being analyzed. To avoid unneccesary repetition,
represents the EPANET project being analyzed. To avoid unnecessary repetition,
only the thread safe API functions have been documented. To see a description of
a legacy style API function declared here please refer to its complementary named
function in epanet2_2.h.