typos in manual

Dear LAMMPS Developer,

I found one wrong typos in Lammps documentation in http://lammps.sandia.gov/doc/variable.html:

label	    loop
variable    a loop 5
print	    "A = $a"
*if	    $a > 2 then "jump in.script break"*
next	    a
jump	    in.script loop
label	    break
variable    a delete

Fixed it - thanks

Steve