X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d954f6b7bcf8a03a4cd383ea8684ef63c7b86e5f..77c0face3a66d71cb73f4c5444d0c45bf3bb6aa1:/tools/cmake/scripts/fixup_simgrid_dtd_l.pl diff --git a/tools/cmake/scripts/fixup_simgrid_dtd_l.pl b/tools/cmake/scripts/fixup_simgrid_dtd_l.pl index d7860952f2..f4c1535db9 100755 --- a/tools/cmake/scripts/fixup_simgrid_dtd_l.pl +++ b/tools/cmake/scripts/fixup_simgrid_dtd_l.pl @@ -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 ), 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 ), please update it with tools/simgrid_update_xml.pl"#; # Accept the alternative DTD location if (/DOCTYPE.*simgrid.org.simgrid.dtd/) {