Spelling fixes in source files

This commit is contained in:
Richard Berger
2017-03-05 18:30:39 -05:00
parent fd78486086
commit e261bef7bb
22 changed files with 28 additions and 28 deletions

View File

@ -23,7 +23,7 @@ of LAMMPS:
>>> from lammps import lammps
>>> lmp = lammps()
If that gives no errors, you have succesfully wrapped LAMMPS with
If that gives no errors, you have successfully wrapped LAMMPS with
Python. See doc/Section_python.html#py_7 for tests you can then use
to run LAMMPS both in serial or parallel thru Python.