Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix a bunch of typos reported by lintian
[simgrid.git] / examples / msg / platform-properties / platform-properties.c
index 7df8112..47bde8c 100644 (file)
@@ -8,7 +8,7 @@
 
 /** @addtogroup MSG_examples
  * 
- * - <b>User-defined properties: properties/properties.c</b> Attaching arbitrary informations to host, processes and
+ * - <b>User-defined properties: properties/properties.c</b> Attaching arbitrary information to host, processes and
  *   such, and retrieving them with @ref MSG_host_get_properties, @ref MSG_host_get_property_value,
  *   @ref MSG_process_get_properties, and @ref MSG_process_get_property_value. Also make sure to read the platform and
  *   deployment XML files to see how to declare these data.