Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s/lastest/latest/ (stupid me)
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 21 Nov 2012 16:04:15 +0000 (17:04 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 21 Nov 2012 16:04:25 +0000 (17:04 +0100)
ChangeLog
doc/FAQ.doc
doc/dev_guide/doxygen/release.doc
src/xbt/mmalloc/mmalloc.c
tools/simgrid_update_xml.pl

index 5f1f538..9b11ae7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2424,7 +2424,7 @@ SimGrid (2.90) unstable; urgency=low
  [Tests]
    - use gras_exit in example to track memleaks
    - get rid of gs_example now that GS is properly integrated into gras
-   - update run_test to integrate the lastest tests (datadesc)
+   - update run_test to integrate the latest tests (datadesc)
  [Logging]
    - rename WARNINGn macros to WARNn since it prooved error-prone
 
index e1653c9..fe82f4e 100644 (file)
@@ -606,7 +606,7 @@ and it breaks the hack we devised to bypass the parser, as explained in
 \ref pf_flexml_bypassing. Indeed, this is not a classical usage of the
 parser, and Will didn't imagine that we may have used (and even documented)
 such a crude usage of FleXML. So, we now have to repair the bypassing
-functionality to use the lastest FleXML version and fix the memory usage in
+functionality to use the latest FleXML version and fix the memory usage in
 SimGrid.
 
 \subsubsection faq_trouble_gras_transport GRAS spits networking error messages
index d9e2754..f228061 100644 (file)
@@ -72,7 +72,7 @@ $ make nsis
 - Tag the git repository (don't forget to push the tags to the main
   repo)
 - Push the archive files on gforge
-- Update the link ff-scm-v4-prod:/home/groups/simgrid/htdocs/simgrid/lastest
+- Update the link ff-scm-v4-prod:/home/groups/simgrid/htdocs/simgrid/latest
 - Announce the release
  - Mail the simgrid-user mailing list
     - the NEWS chunk in the mail;
index 95c5db6..89d1ec6 100644 (file)
@@ -32,7 +32,7 @@ static void *align(struct mdesc *mdp, size_t size)
   result = mmorecore(mdp, size);
 
   /* if this reservation does not fill up the last block of our resa,
-   * complete the reservation by also asking for the full lastest block.
+   * complete the reservation by also asking for the full latest block.
    *
    * Also, the returned block is aligned to the end of block (but I've
    * no fucking idea of why, actually -- http://abstrusegoose.com/432 --
index ba6211b..507a46e 100755 (executable)
@@ -15,7 +15,7 @@ eval 'exec perl -S $0 ${1+"$@"}'
 
 =head1 NAME
 
-simgrid_update_xml - updates simgrid XML files to lastest version
+simgrid_update_xml - updates simgrid XML files to latest version
   
 =head1 SYNOPSIS