fix spelling issues

This commit is contained in:
Axel Kohlmeyer
2021-09-19 18:32:45 -04:00
parent 61c71c6605
commit 860a93aa8b
2 changed files with 3 additions and 1 deletions

View File

@ -2262,6 +2262,7 @@ Nmols
nn nn
nnodes nnodes
Nocedal Nocedal
nO
nocite nocite
nocoeff nocoeff
nodeless nodeless
@ -3656,6 +3657,7 @@ Yc
ycm ycm
Yeh Yeh
yellowgreen yellowgreen
yEs
Yethiraj Yethiraj
yflag yflag
yhi yhi

View File

@ -161,7 +161,7 @@ namespace utils {
LAMMPS *lmp); LAMMPS *lmp);
/*! Convert a string to a boolean while checking whether it is a valid boolean term. /*! Convert a string to a boolean while checking whether it is a valid boolean term.
* Valid terms are 'yes', 'no', 'true', 'false', 'on', 'off', '1', '0'. Capilatization * Valid terms are 'yes', 'no', 'true', 'false', 'on', 'off', '1', '0'. Capitalization
* will be ignored (thus 'yEs' or 'nO' are valid, 'yeah' or 'nope' are not). * will be ignored (thus 'yEs' or 'nO' are valid, 'yeah' or 'nope' are not).
* *
* \param file name of source file for error message * \param file name of source file for error message