From 0680cdcc3c034a29d83b09f4b92c5769313726c7 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 23 Feb 2022 16:37:28 -0500 Subject: [PATCH] spelling --- doc/src/Developer_comm_ops.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/Developer_comm_ops.rst b/doc/src/Developer_comm_ops.rst index c234793946..d343fc073a 100644 --- a/doc/src/Developer_comm_ops.rst +++ b/doc/src/Developer_comm_ops.rst @@ -90,7 +90,7 @@ For *Fix* classes there is an optional second argument to the fix performs multiple modes of communication, with different numbers of values per atom. The fix should set the *comm_forward* and *comm_reverse* variables to the maximum value, but can invoke the -communication for a particulard mode with a smaller value. For this +communication for a particular mode with a smaller value. For this to work, the *pack_forward_comm()*, etc methods typically use a class member variable to choose which values to pack/unpack into/from the buffer.