From 205f05eff1c6f3facbee3df56fe495cfa68f2945 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 18 Feb 2003 07:13:57 +0000
Subject: [PATCH] Fix typo in Nicolas' name

---
 Numeric/gsl_newt.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Numeric/gsl_newt.cpp b/Numeric/gsl_newt.cpp
index 966a4febfa..571a6d1a85 100644
--- a/Numeric/gsl_newt.cpp
+++ b/Numeric/gsl_newt.cpp
@@ -1,4 +1,4 @@
-// $Id: gsl_newt.cpp,v 1.1 2003-02-18 05:50:07 geuzaine Exp $
+// $Id: gsl_newt.cpp,v 1.2 2003-02-18 07:13:57 geuzaine Exp $
 //
 // Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle
 //
@@ -21,7 +21,7 @@
 
 // This implements a Newton method using the GSL.
 //
-// Author: Nicolas Tardiey <nicolas.tardieu@der.edf.fr>
+// Original author: Nicolas Tardieu <nicolas.tardieu@der.edf.fr>
 
 #if defined(HAVE_GSL)
 
-- 
GitLab