Third batch of spelling fixes in manual

This commit is contained in:
Richard Berger
2017-03-07 00:51:31 -05:00
parent 32708860a9
commit 007f3c66a0
138 changed files with 254 additions and 250 deletions

View File

@ -174,7 +174,7 @@ a longer string, the {length} keyword can be specified with its {Nlen}
value set to a larger number (the code allocates space for Nlen+1 to
include the string terminator). If the Python function generates a
string longer than the default 63 or the specified {Nlen}, it will be
trunctated.
truncated.
:line
@ -372,7 +372,7 @@ LAMMPS, more than the single value that can be passed back via a
return statement. This cutoff value in the "cut" variable is then
substituted (by LAMMPS) in the pair_style command that is executed
next. Alternatively, the "LAMMPS command option" line could be used
in place of the 2 preceeding lines, to have Python insert the value
in place of the 2 preceding lines, to have Python insert the value
into the LAMMPS command string.
NOTE: When using the callback mechanism just described, recognize that