diff --git a/fsl/wrappers/wrapperutils.py b/fsl/wrappers/wrapperutils.py
index 5954fddc5d062c053fc756992210f93ed047b8ff..f325bca18d5f5c38990b0db57c8066746acf392a 100644
--- a/fsl/wrappers/wrapperutils.py
+++ b/fsl/wrappers/wrapperutils.py
@@ -564,7 +564,7 @@ class _FileOrThing(object):
         def __init__(self, stdout):
             """Create a ``_Results`` dict.
 
-            :arg stdout: Return value of the ecorated function (typically a
+            :arg stdout: Return value of the decorated function (typically a
                          tuple containing the standard output and error of the
                          underlying command).
             """