fix spelling error and add false positives for spellchecking

This commit is contained in:
Axel Kohlmeyer
2019-03-22 17:33:16 -04:00
parent f69173f410
commit 22be3bd37e
2 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,7 @@ run "make install-python" or run the python/install.py script explicitly :ul
When calling "make install-python" LAMMPS will try to install the
python module and the shared library into the python site-packages folders;
either the system-wide ones, or the local users ones (in case of unsufficient
either the system-wide ones, or the local users ones (in case of insufficient
permissions for the global install). Python will then find the module
and shared library file automatically.