]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/xml/simgrid_dtd.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove model from Link constructors
[simgrid.git] / src / surf / xml / simgrid_dtd.c
index 38fb357c6596e28a5815d1523b5c492e8db1b284..95e99d3d764dc54ec6b7f2923f1355ede1880e2e 100644 (file)
@@ -6705,7 +6705,7 @@ SET(DOCTYPE);
 case 12:
 /* rule 12 can match eol */
 YY_RULE_SETUP
-FAIL("Bad declaration %s.\nIf your are using an XML v3 file (check the version attribute in <platform>), please update it with tools/simgrid_update_xml.pl",yytext);
+FAIL("Bad declaration %s.\nIf you are using an XML v3 file (check the version attribute in <platform>), please update it with tools/simgrid_update_xml.pl",yytext);
        YY_BREAK
 
 case 13:
@@ -6721,7 +6721,7 @@ SET(ROOT_surfxml_platform);
 case 15:
 /* rule 15 can match eol */
 YY_RULE_SETUP
-FAIL("Bad declaration %s.\nIf your are using an XML v3 file (check the version attribute in <platform>), please update it with tools/simgrid_update_xml.pl",yytext);
+FAIL("Bad declaration %s.\nIf you are using an XML v3 file (check the version attribute in <platform>), please update it with tools/simgrid_update_xml.pl",yytext);
        YY_BREAK
 case 16:
 YY_RULE_SETUP
@@ -9441,7 +9441,7 @@ FAIL("Premature EOF: `</peer>' expected.");
   * * New in DTD version 4.1 (in SimGrid 3.16): backward compatible change (v4 files are valid v4.1 files)
   *    - <zone> can be used as a synonym for the now deprecated <as>
   *    - <zoneRoute> can be used as a synonym for the now deprecated <asroute>
-  *    - <bypassZoneRoute> an be used as a synonym for the now deprecated <bypassAsRoute>
+  *    - <bypassZoneRoute> can be used as a synonym for the now deprecated <bypassAsRoute>
   *    - <actor> can be used as a synonym for the now deprecated <process>
   *   Other backward-compatible changes for which we did not bump the DTD version.
   *   - SPLITDUPLEX is the new spelling of the deprecated FULLDUPLEX (SimGrid v3.19)