From 3a5a47daf0532210c8ce1bcaf4fce299889f2c3d Mon Sep 17 00:00:00 2001
From: Christian Beckmann <c.beckmann@donders.ru.nl>
Date: Thu, 2 Oct 2008 14:13:46 +0000
Subject: [PATCH] spelling corrected

---
 fsl_glm.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fsl_glm.cc b/fsl_glm.cc
index 4c9031a..eb1537d 100644
--- a/fsl_glm.cc
+++ b/fsl_glm.cc
@@ -52,10 +52,10 @@ using namespace std;
 		string("        set degrees-of-freedom explicitly"),
 		false, requires_argument);
 	Option<bool> normdes(string("--des_norm"),FALSE,
-		string("        switch on normalisation of the design matrix columns to unit std. deviation"),
+		string("switch on normalisation of the design matrix columns to unit std. deviation"),
 		false, no_argument);
 	Option<bool> perfvn(string("--vn"),FALSE,
-		string("        perfrom MELODIC variance-normalisation on data"),
+		string("        perform MELODIC variance-normalisation on data"),
 		false, no_argument);
 	Option<int> help(string("-h,--help"), 0,
 		string("display this help text"),
-- 
GitLab