From a95ea5c578ac402346f202c411986425fb1fcf8b Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 3 Oct 2008 12:43:07 +0000 Subject: [PATCH 1/1] typo in comments git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5963 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- tools/tesh/tesh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tesh/tesh.c b/tools/tesh/tesh.c index af0ff1a8eb..9fcee3e11a 100644 --- a/tools/tesh/tesh.c +++ b/tools/tesh/tesh.c @@ -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); -- 2.20.1