fix spelling issues
This commit is contained in:
@ -2262,6 +2262,7 @@ Nmols
|
||||
nn
|
||||
nnodes
|
||||
Nocedal
|
||||
nO
|
||||
nocite
|
||||
nocoeff
|
||||
nodeless
|
||||
@ -3656,6 +3657,7 @@ Yc
|
||||
ycm
|
||||
Yeh
|
||||
yellowgreen
|
||||
yEs
|
||||
Yethiraj
|
||||
yflag
|
||||
yhi
|
||||
|
||||
@ -161,7 +161,7 @@ namespace utils {
|
||||
LAMMPS *lmp);
|
||||
|
||||
/*! 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).
|
||||
*
|
||||
* \param file name of source file for error message
|
||||
|
||||
Reference in New Issue
Block a user