Small comments.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Fri, 16 Aug 2002 18:45:13 +0000 (18:45 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Fri, 16 Aug 2002 18:45:13 +0000 (18:45 +0000)
gedcom/compat.c

index f7638e6970200be8ea656cf7c94d3d525ff09391..6ac021f2077b01858614284e55f3b29ac246e580 100644 (file)
@@ -38,7 +38,7 @@ char* default_charset;
 #define DEFAULT_GEDCOM_VERS    "5.5"
 #define DEFAULT_GEDCOM_FORM    "LINEAGE-LINKED"
 
-/* Incompatibily list (with GEDCOM 5.5):
+/* Incompatibility list (with GEDCOM 5.5):
 
     - ftree:
         - no submitter record, no submitter link in the header
@@ -49,8 +49,9 @@ char* default_charset;
         - no submitter record, no submitter link in the header
        - no GEDC field in the header
        - no CHAR field in the header
-       - TIME field outside of DATE field in the header (will be ignored here)
+       - HEAD.TIME instead of HEAD.DATE.TIME (will be ignored here)
        - '@' not written as '@@' in values
+       - lots of missing required values
  */
 
 /* Compatibility handling */