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

@@ -754,7 +754,7 @@ typedef struct Project *EN_Project;
int DLLEXPORT EN_getoption(EN_Project ph, int option, double *out_value);
/**
@brief Sets the value for an anlysis option.
@brief Sets the value for an analysis option.
@param ph an EPANET project handle.
@param option a type of analysis option (see @ref EN_Option).
@param value the new value assigned to the option.