Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
retrive -> retrieve
[simgrid.git] / src / gras / Virtu / process.c
index 1e69da5..b434afe 100644 (file)
@@ -79,7 +79,7 @@ void *gras_libdata_by_name(const char *name) {
   TRY {
     res = xbt_set_get_by_name(pd->libdata, name);
   } CATCH(e) {
-    RETHROW1("Cannot retrive the libdata associated to %s: %s",name);
+    RETHROW1("Cannot retrieve the libdata associated to %s: %s",name);
   }   
   return res;
 }