diff --git a/python/BioSimSpace/Sandpit/Exscientia/_SireWrappers/_system.py b/python/BioSimSpace/Sandpit/Exscientia/_SireWrappers/_system.py index cafb3dde0..67e0c3d92 100644 --- a/python/BioSimSpace/Sandpit/Exscientia/_SireWrappers/_system.py +++ b/python/BioSimSpace/Sandpit/Exscientia/_SireWrappers/_system.py @@ -639,11 +639,11 @@ def addMolecules(self, molecules): # Search for perturbable molecules with a velocity property. # Only consider the lambda = 0 end state. - has_pertrubable = False + has_perturbable = False for mol in self.getPerturbableMolecules(): # Add perturbable velocities. if mol._sire_object.hasProperty("velocity0"): - has_pertrubable = True + has_perturbable = True num_vels += 1 # Remove non-perturbable velocities to avoid double counting. elif mol._sire_object.hasProperty("velocity"):