From 073af15a0d1cc32a301721aa1c0d2a980d3d7881 Mon Sep 17 00:00:00 2001 From: Ariel Rokem Date: Wed, 23 Oct 2024 21:00:20 -0700 Subject: [PATCH] Fixes typo in warning message --- AFQ/definitions/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AFQ/definitions/image.py b/AFQ/definitions/image.py index c0181af4..8db34ab2 100644 --- a/AFQ/definitions/image.py +++ b/AFQ/definitions/image.py @@ -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. "