]> Creatis software - gdcm.git/blobdiff - src/gdcmDictSet.h
- garbage Siemens 'Leonardo' images dealt with
[gdcm.git] / src / gdcmDictSet.h
index 56fcc33d8d3d2ea0af7dc21f1ccece5a64f9b7d6..4256ad8e3fc29defb1f33f0b6338ef1c05a3a42e 100644 (file)
@@ -3,9 +3,9 @@
 #ifndef GDCMDICTSET_H
 #define GDCMDICTSET_H
 
+#include "gdcmDict.h"
 #include <map>
 #include <list>
-#include "gdcmDict.h"
 
 typedef std::string DictKey;
 typedef std::map<DictKey, gdcmDict*> DictSetHT;
@@ -14,7 +14,7 @@ typedef std::map<DictKey, gdcmDict*> DictSetHT;
  * \defgroup gdcmDictSet
  * \brief  Container for managing a set of loaded dictionaries.
  * \note   Hopefully, sharing dictionaries should avoid
- * \par    reloading an allready loaded dictionary (saving time)
+ * \par    reloading an already loaded dictionary (saving time)
  * \par    having many in memory representations of the same dictionary
  *        (saving memory).
  */