]> Creatis software - gdcm.git/blobdiff - src/gdcmDict.cxx
Fix mistypings
[gdcm.git] / src / gdcmDict.cxx
index ac25a041290ecc7fa307ad743b571c9084d0ab0f..a314a91a09b4a7caf3cc91c850117da3d106c7f9 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDict.cxx,v $
   Language:  C++
-  Date:      $Date: 2006/04/12 10:55:49 $
-  Version:   $Revision: 1.85 $
+  Date:      $Date: 2007/05/23 14:18:09 $
+  Version:   $Revision: 1.87 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -24,7 +24,7 @@
 #include <iostream>
 #include <iomanip>
 
-namespace gdcm 
+namespace GDCM_NAME_SPACE
 {
 //-----------------------------------------------------------------------------
 /// \brief auto generated function, to fill up the Dicom Dictionnary,
@@ -245,7 +245,7 @@ DictEntry *Dict::GetEntry(TagKey const &key)
    return it->second;
 }
 /**
- * \brief   Get the dictionary entry identified by it's "group" and "element")
+ * \brief   Get the dictionary entry identified by its "group" and "element")
  * @param   group  Group number of the searched entry.
  * @param   elem Element number of the searched entry.
  * @return  the corresponding dictionary entry when existing, NULL otherwise