From: cherierm Date: Fri, 20 Jun 2008 08:23:00 +0000 (+0000) Subject: The correction of a comment X-Git-Tag: v3.3~324 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ce5ae8aae631ae355b4390babcb1639afcbab172?hp=1c622be53c551a86b0fbf5ce8f2ee2d776f421b2 The correction of a comment git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5773 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/tools/tesh2/examples/var.tesh b/tools/tesh2/examples/var.tesh index 31000bce4b..52696436a3 100644 --- a/tools/tesh2/examples/var.tesh +++ b/tools/tesh2/examples/var.tesh @@ -117,7 +117,7 @@ p the len of new is : ${#new} p new is empty <$new> and is len is <${#new}> -# display 66 and assign 6 to the value 66 of the variable new +# display 66 and assign 66 to the value 66 of the variable new p ${new:=66}