address spelling issues

This commit is contained in:
Axel Kohlmeyer
2022-02-11 08:53:45 -05:00
parent 1f6c4089bd
commit ecd072a286
3 changed files with 7 additions and 4 deletions

View File

@ -5442,8 +5442,8 @@ void lammps_fix_external_set_vector(void *handle, const char *id, int idx, doubl
/** Flush output buffers
\verbatim embed:rst
This function can be used to force output to be written to screen and logfiles
to simplify capturing output from LAMMPS library calls.
This function can be used to flush buffered output to be written to screen
and logfile pointers to simplify capturing output from LAMMPS library calls.
\endverbatim
*
* \param handle pointer to a previously created LAMMPS instance cast to ``void *``.