port documentation spelling fixes to comments or strings in source code.

This commit is contained in:
Axel Kohlmeyer
2018-11-19 16:15:24 -05:00
parent 13ae678f39
commit b34dac41c2
28 changed files with 33 additions and 33 deletions

View File

@ -272,7 +272,7 @@ void ChangeBox::command(int narg, char **arg)
if (domain->dimension == 2 && domain->zperiodic == 0)
error->all(FLERR,
"Cannot change box z boundary to "
"nonperiodic for a 2d simulation");
"non-periodic for a 2d simulation");
domain->set_initial_box();
domain->set_global_box();
domain->set_local_box();