]> Creatis software - gdcm.git/blobdiff - src/gdcmDictSet.h
* src/gdcmFile.cxx : bug fix under Window after JPR commit
[gdcm.git] / src / gdcmDictSet.h
index 56fcc33d8d3d2ea0af7dc21f1ccece5a64f9b7d6..f71a1eb8d447aaa977d1a23dcaafa13528b1d34b 100644 (file)
@@ -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).
  */