From dd104d7874d25f6c9a187385d44b494e9649e9de Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Sun, 4 Mar 2018 13:18:17 +0000
Subject: [PATCH] fix typos

---
 fsl/wrappers/wrapperutils.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fsl/wrappers/wrapperutils.py b/fsl/wrappers/wrapperutils.py
index 5ceb2cee2..0a3ec94f4 100644
--- a/fsl/wrappers/wrapperutils.py
+++ b/fsl/wrappers/wrapperutils.py
@@ -24,7 +24,7 @@ When this ``fslreorient2std`` function is called, the ``fslwrapper`` decorator
 will take care of invoking the command in a standardised way.
 
 
-The :func:`applyArgStyle` function can be used to automatically generate
+The :func:`applyArgStyle` function can be used to automatically convert
 keyword arguments into command-line arguments, based on a set of standard
 patterns. For example::
 
@@ -59,7 +59,7 @@ Now this ``flirt`` function can be called either with file names, or
           function, they should be grouped together, e.g.::
 
               @fileOrImage('a', 'b')
-              @fileOrArray('c', 'd)
+              @fileOrArray('c', 'd')
               @fslwrapper
               def func(**kwargs):
                   ...
-- 
GitLab