diff --git a/fsl/data/fixlabels.py b/fsl/data/fixlabels.py
index 8ce2f2dd26c0824eaf0051ae91c193757179749c..4d0bd98a2fcaa489de1c208a0143df40e684db1f 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 e1c84b7617e23eda40aac4692fe586d4942de372..5acd4b6ff86879897be5a108b1ca1bc2a6b5e29c 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