]> Creatis software - gdcm.git/blobdiff - Doc/Website/CodingStyle.html
update Changelog
[gdcm.git] / Doc / Website / CodingStyle.html
index 784ab04306904c4c079a1b67d69eab1a64c893a7..938d7499f3fee701a5290f0a524783254d2f4e95 100644 (file)
@@ -48,9 +48,9 @@
                                                                                 
 * Naming conventions:
  - Generalities:
-   In general, names are constructued by using case change to indicate
+   In general, names are constructed by using case change to indicate
    separate words, as in ImageDataSize (standing for "image data size").
-   Underscores are not used. Variable names are chosen carefully with the
+   Underscores are not used. Variable names are choosen carefully with the
    intention to convey the meaning behind the code. Names are generally
    spelled out; use of abbreviations is discouraged.
    [Note: abbreviation are allowable when in common use, and should be in