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

@ -715,7 +715,7 @@ void ReadRestart::header(int incompatible)
domain->dimension = dimension;
if (domain->dimension == 2 && domain->zperiodic == 0)
error->all(FLERR,
"Cannot run 2d simulation with nonperiodic Z dimension");
"Cannot run 2d simulation with non-periodic Z dimension");
// read nprocs from restart file, warn if different