From eb80102871bc4ee30cfa004e9adcd2e64a8baf04 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 15 Sep 2021 13:49:22 -0400 Subject: [PATCH] spelling --- doc/src/pair_hybrid.rst | 2 +- doc/utils/sphinx-config/false_positives.txt | 1 + src/utils.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/src/pair_hybrid.rst b/doc/src/pair_hybrid.rst index b8bbbd2685..4dd4e46050 100644 --- a/doc/src/pair_hybrid.rst +++ b/doc/src/pair_hybrid.rst @@ -246,7 +246,7 @@ styles with different requirements. ---------- Different force fields (e.g. CHARMM vs. AMBER) may have different rules -for applying exclusions or wheights that change the strength of pairwise +for applying exclusions or weights that change the strength of pairwise non-bonded interactions between pairs of atoms that are also 1-2, 1-3, and 1-4 neighbors in the molecular bond topology. This is normally a global setting defined the :doc:`special_bonds ` command. diff --git a/doc/utils/sphinx-config/false_positives.txt b/doc/utils/sphinx-config/false_positives.txt index fff23a01b0..5394cf92c1 100644 --- a/doc/utils/sphinx-config/false_positives.txt +++ b/doc/utils/sphinx-config/false_positives.txt @@ -2440,6 +2440,7 @@ packings padua Padua pafi +PairIJ palegoldenrod palegreen paleturquoise diff --git a/src/utils.h b/src/utils.h index f53374144e..a4f94d90cf 100644 --- a/src/utils.h +++ b/src/utils.h @@ -408,7 +408,7 @@ namespace utils { /*! Try to detect pathname from FILE pointer. * - * Currently supported on Linux, macOS, and Windows, otherwise will report "(unknown)". + * Currently supported on Linux, MacOS, and Windows, otherwise will report "(unknown)". * * \param buf storage buffer for pathname. output will be truncated if not large enough * \param len size of storage buffer. output will be truncated to this length - 1