Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo --
authordegomme <augustin.degomme@unibas.ch>
Thu, 15 Mar 2018 01:14:44 +0000 (02:14 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Thu, 15 Mar 2018 15:25:10 +0000 (16:25 +0100)
src/surf/xml/surfxml_sax_cb.cpp

index 21662cf..aa22f1c 100644 (file)
@@ -383,7 +383,7 @@ void STag_surfxml_platform() {
   if (version < 4.1) {
     XBT_INFO("You're using a v%.1f XML file (%s) while the current standard is v4.1 "
              "That's fine, the new version is backward compatible. \n\n"
-             "Use simgrid_update_xml to update your file automatically to get ride of this warning. "
+             "Use simgrid_update_xml to update your file automatically to get rid of this warning. "
              "This program is installed automatically with SimGrid, or "
              "available in the tools/ directory of the source archive.",
              version, surf_parsed_filename);