From: jpr Date: Thu, 12 Apr 2007 13:22:49 +0000 (+0000) Subject: English mistakes X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=87f5ff9abfff1e2cb824083b999638ee2d9f415d;p=gdcm.git English mistakes --- diff --git a/src/gdcmDict.cxx b/src/gdcmDict.cxx index ac25a041..e7bd6e1f 100644 --- a/src/gdcmDict.cxx +++ b/src/gdcmDict.cxx @@ -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/04/12 13:22:49 $ + Version: $Revision: 1.86 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -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 diff --git a/src/gdcmDocEntrySet.cxx b/src/gdcmDocEntrySet.cxx index 05a55249..dd21173d 100644 --- a/src/gdcmDocEntrySet.cxx +++ b/src/gdcmDocEntrySet.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocEntrySet.cxx,v $ Language: C++ - Date: $Date: 2006/04/11 16:03:26 $ - Version: $Revision: 1.72 $ + Date: $Date: 2007/04/12 13:22:49 $ + Version: $Revision: 1.73 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -127,7 +127,7 @@ SeqEntry *DocEntrySet::GetSeqEntry(uint16_t group, uint16_t elem) /** * \brief Accesses an existing DocEntry (i.e. a Dicom Element) - * through it's (group, element) and modifies it's content with + * through its (group, element) and modifies its content with * the given value. * @param content new value (string) to substitute with * @param group group number of the Dicom Element to modify @@ -148,7 +148,7 @@ bool DocEntrySet::SetEntryString(std::string const &content, /** * \brief Accesses an existing DocEntry (i.e. a Dicom Element) - * through it's (group, element) and modifies it's content with + * through its (group, element) and modifies its content with * the given value. * @param content new value (void* -> uint8_t*) to substitute with * @param lgth new value length @@ -171,7 +171,7 @@ bool DocEntrySet::SetEntryBinArea(uint8_t *content, int lgth, /** * \brief Accesses an existing DocEntry (i.e. a Dicom Element) - * and modifies it's content with the given value. + * and modifies its content with the given value. * @param content new value (string) to substitute with * @param entry Entry to be modified */ @@ -187,7 +187,7 @@ bool DocEntrySet::SetEntryString(std::string const &content, DataEntry *entry) /** * \brief Accesses an existing DataEntry (i.e. a Dicom Element) - * and modifies it's content with the given value. + * and modifies its content with the given value. * @param content new value (void* -> uint8_t*) to substitute with * @param entry Entry to be modified * @param lgth new value length diff --git a/src/gdcmDocument.cxx b/src/gdcmDocument.cxx index 69586df2..1c50ab55 100644 --- a/src/gdcmDocument.cxx +++ b/src/gdcmDocument.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.cxx,v $ Language: C++ - Date: $Date: 2006/11/08 17:06:36 $ - Version: $Revision: 1.356 $ + Date: $Date: 2007/04/12 13:22:49 $ + Version: $Revision: 1.357 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -1853,7 +1853,7 @@ bool Document::IsDocEntryAnInteger(DocEntry *entry) // When we have some semantics on the element we just read, and if we // a priori know we are dealing with an integer, then we shall be - // able to swap it's element value properly. + // able to swap its element value properly. if ( elem == 0 ) // This is the group length of the group { if ( length == 4 ) diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index f14f40e7..da9c7a8c 100644 --- a/src/gdcmFile.cxx +++ b/src/gdcmFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.cxx,v $ Language: C++ - Date: $Date: 2007/03/23 15:05:11 $ - Version: $Revision: 1.328 $ + Date: $Date: 2007/04/12 13:22:49 $ + Version: $Revision: 1.329 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -2033,7 +2033,7 @@ void File::ComputeJPEGFragmentInfo() * is modified to point after the tag. * On failure (i.e. when the tag wasn't the expected tag * (TestGroup, TestElem) the internal file pointer - * \ref Document::Fp is restored to it's original position. + * \ref Document::Fp is restored to its original position. * @param testGroup The expected group of the tag. * @param testElem The expected Element of the tag. * @return True on success, false otherwise. @@ -2085,10 +2085,10 @@ bool File::ReadTag(uint16_t testGroup, uint16_t testElem) * is placed at the beginning of a tag (TestGroup, TestElement), * read the length associated to the Tag. * \warning On success the internal file pointer \ref Document::Fp - * is modified to point after the tag and it's length. + * is modified to point after the tag and its length. * On failure (i.e. when the tag wasn't the expected tag * (TestGroup, TestElement) the internal file pointer - * \ref Document::Fp is restored to it's original position. + * \ref Document::Fp is restored to its original position. * @param testGroup The expected Group of the tag. * @param testElem The expected Element of the tag. * @return On success returns the length associated to the tag. On failure @@ -2129,7 +2129,7 @@ void File::ReadEncapsulatedBasicOffsetTable() // When present, read the basic offset table itself. // Notes: - since the presence of this basic offset table is optional // we can't rely on it for the implementation, and we will simply - // trash it's content (when present). + // trash its content (when present). // - still, when present, we could add some further checks on the // lengths, but we won't bother with such fuses for the time being. if ( itemLength != 0 ) diff --git a/src/gdcmFileHelper.cxx b/src/gdcmFileHelper.cxx index 7183e589..70034af2 100644 --- a/src/gdcmFileHelper.cxx +++ b/src/gdcmFileHelper.cxx @@ -4,8 +4,8 @@ Module: $RCSfile: gdcmFileHelper.cxx,v $ Language: C++ - Date: $Date: 2006/10/18 13:40:18 $ - Version: $Revision: 1.110 $ + Date: $Date: 2007/04/12 13:22:49 $ + Version: $Revision: 1.111 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -230,8 +230,8 @@ bool FileHelper::Load() } /** - * \brief Accesses an existing DataEntry through it's (group, element) - * and modifies it's content with the given value. + * \brief Accesses an existing DataEntry through its (group, element) + * and modifies its content with the given value. * @param content new value (string) to substitute with * @param group group number of the Dicom Element to modify * @param elem element number of the Dicom Element to modify @@ -245,8 +245,8 @@ bool FileHelper::SetEntryString(std::string const &content, /** - * \brief Accesses an existing DataEntry through it's (group, element) - * and modifies it's content with the given value. + * \brief Accesses an existing DataEntry through its (group, element) + * and modifies its content with the given value. * @param content new value (void* -> uint8_t*) to substitute with * @param lgth new value length * @param group group number of the Dicom Element to modify