diff --git a/hoomd/hpmc/update.py b/hoomd/hpmc/update.py index cf81b9691f..2dec7e30fe 100644 --- a/hoomd/hpmc/update.py +++ b/hoomd/hpmc/update.py @@ -454,7 +454,7 @@ def _attach_hook(self): @log(category='sequence', requires_run=True) def insert_moves(self): - """tuple[int, int]: Count of the accepted and rejected paricle \ + """tuple[int, int]: Count of the accepted and rejected particle \ insertion moves. None when not attached @@ -464,8 +464,8 @@ def insert_moves(self): @log(category='sequence', requires_run=True) def remove_moves(self): - """tuple[int, int]: Count of the accepted and rejected paricle removal \ - moves. + """tuple[int, int]: Count of the accepted and rejected particle \ + removal moves. None when not attached """ @@ -474,7 +474,7 @@ def remove_moves(self): @log(category='sequence', requires_run=True) def exchange_moves(self): - """tuple[int, int]: Count of the accepted and rejected paricle \ + """tuple[int, int]: Count of the accepted and rejected particle \ exchange moves. None when not attached @@ -484,7 +484,7 @@ def exchange_moves(self): @log(category='sequence', requires_run=True) def volume_moves(self): - """tuple[int, int]: Count of the accepted and rejected paricle volume \ + """tuple[int, int]: Count of the accepted and rejected particle volume \ moves. None when not attached diff --git a/hoomd/md/IntegrationMethodTwoStep.h b/hoomd/md/IntegrationMethodTwoStep.h index 81eb0b4bae..89e1307ba8 100644 --- a/hoomd/md/IntegrationMethodTwoStep.h +++ b/hoomd/md/IntegrationMethodTwoStep.h @@ -114,7 +114,7 @@ class PYBIND11_EXPORT IntegrationMethodTwoStep : public Autotuned */ virtual void integrateStepTwo(uint64_t timestep) { } - //! Calculates force which keeps paricles on manifold in RATTLE integrators + //! Calculates force which keeps particles on manifold in RATTLE integrators /*! \param timestep Current time step */ virtual void includeRATTLEForce(uint64_t timestep) { }