Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo in comments
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 3 Oct 2008 12:43:07 +0000 (12:43 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 3 Oct 2008 12:43:07 +0000 (12:43 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5963 48e7efb5-ca39-0410-a469-dd3cf9ba447f

tools/tesh/tesh.c

index af0ff1a..9fcee3e 100644 (file)
@@ -49,7 +49,7 @@ static void handle_line(const char * filepos, char *line) {
         if (rctx->cmd)
           rctx_start();
 
-        /* search begining */
+        /* search beginning */
         while (*(dir++) == ' ');
         dir--;
         VERB1("Saw cd '%s'",dir);