From 9e28d2fada4642e5848b6ef609afcc24ce4799b4 Mon Sep 17 00:00:00 2001 From: malaterre Date: Wed, 21 Sep 2005 17:16:15 +0000 Subject: [PATCH] STYLE: Minor typo --- src/gdcmFile.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index 858dec82..8b29ba68 100644 --- a/src/gdcmFile.cxx +++ b/src/gdcmFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.cxx,v $ Language: C++ - Date: $Date: 2005/09/21 16:53:59 $ - Version: $Revision: 1.270 $ + Date: $Date: 2005/09/21 17:16:15 $ + Version: $Revision: 1.271 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -758,7 +758,7 @@ float File::GetZOrigin() * (needed to organize DICOM files based on their x,y,z position) * @param iop adress of the (6)float array to receive values * @return true when one of the tag is found - * false when nothong is found + * false when nothing is found */ bool File::GetImageOrientationPatient( float iop[6] ) { -- 2.45.1