Skip to content

Commit

Permalink
STY: Fix codespell-identified typo
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 5, 2023
1 parent 73d13fb commit 562e336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mriqc/workflows/anatomical/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def anat_qc_workflow(name="anatMRIQC"):


def spatial_normalization(name="SpatialNormalization"):
"""Create a simplied workflow to perform fast spatial normalization."""
"""Create a simplified workflow to perform fast spatial normalization."""
from niworkflows.interfaces.reportlets.registration import (
SpatialNormalizationRPT as RobustMNINormalization,
)
Expand Down

0 comments on commit 562e336

Please sign in to comment.