From: malaterre Date: Wed, 21 Sep 2005 17:16:15 +0000 (+0000) Subject: STYLE: Minor typo X-Git-Tag: Version1.2.bp~61 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;ds=sidebyside;h=9e28d2fada4642e5848b6ef609afcc24ce4799b4;p=gdcm.git STYLE: Minor typo --- 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] ) {