From d3a7b9617b5c27827233e23300bbdee56bf4f7a1 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Fri, 27 Sep 2024 17:35:39 +0100
Subject: [PATCH] MNT: Typos

---
 fsl/data/fixlabels.py  | 2 +-
 fsl/transform/flirt.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fsl/data/fixlabels.py b/fsl/data/fixlabels.py
index 8ce2f2dd2..4d0bd98a2 100644
--- a/fsl/data/fixlabels.py
+++ b/fsl/data/fixlabels.py
@@ -27,7 +27,7 @@ def loadLabelFile(filename,
                   returnIndices=False,
                   missingLabel='Unknown',
                   returnProbabilities=False):
-    """Loads component labels from the specified file. The file is assuemd
+    """Loads component labels from the specified file. The file is assumed
     to be of the format generated by FIX, Melview or ICA-AROMA; such a file
     should have a structure resembling the following::
 
diff --git a/fsl/transform/flirt.py b/fsl/transform/flirt.py
index e1c84b761..5acd4b6ff 100644
--- a/fsl/transform/flirt.py
+++ b/fsl/transform/flirt.py
@@ -63,7 +63,7 @@ def fromFlirt(xform, src, ref, from_='voxel', to='world'):
     Valid values for the ``from_`` and ``to`` arguments are:
 
      - ``voxel``: The voxel coordinate system
-     - ``fsl``: The FSL coordiante system (voxels scaled by pixdims, with the
+     - ``fsl``: The FSL coordinate system (voxels scaled by pixdims, with the
        X axis inverted if the image sform/qform has a positive determinant)
      - ``world``  The world coordinate system
 
-- 
GitLab