Skip to content

Commit

Permalink
Fixes typo in warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem authored Oct 24, 2024
1 parent da2b18a commit 073af15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFQ/definitions/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def image_getter_helper(b0):
mean_b0_img = nib.load(b0)
mean_b0 = mean_b0_img.get_fdata()
logger.warning((
"It is reccomended that you provide a brain mask. "
"It is recommended that you provide a brain mask. "
"It is provided with the brain_mask_definition argument. "
"Otherwise, the default brain mask is calculated "
"by using OTSU on the median-filtered B0 image. "
Expand Down

0 comments on commit 073af15

Please sign in to comment.