Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix another typo
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 17 Oct 2020 20:36:44 +0000 (22:36 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 17 Oct 2020 20:36:44 +0000 (22:36 +0200)
src/surf/xml/simgrid_dtd.c
tools/cmake/scripts/fixup_simgrid_dtd_l.pl

index 38fb357..90d911c 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
index d786095..f4c1535 100755 (executable)
@@ -6,7 +6,7 @@ while (<>) {
     next if (m#^ \* Generated [0-9/]* [0-9:]*#);
 
     # Informative error message for files using a very old DTD
-    s#"Bad declaration %s."#"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"#;
+    s#"Bad declaration %s."#"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"#;
 
     # Accept the alternative DTD location
     if (/DOCTYPE.*simgrid.org.simgrid.dtd/)  {