diff --git a/optlab/optlab.html b/optlab/optlab.html
index b35b885474d37fbb23f71101bd6a93d2d6f456d6..f939affea5a63b56aa44fb578b557469f518fc0f 100644
--- a/optlab/optlab.html
+++ b/optlab/optlab.html
@@ -33,7 +33,7 @@
 
 <p>
   OPTLAB (OPTimization LABoratory) is a framework for formulating and solving
-  large-scale, nonlinear constrained optimization problems in an efficient and
+  large-scale nonlinear constrained optimization problems in an efficient and
   portable manner. The default algorithm provided by OPTLAB is the method of
   moving asymptotes (MMA)<a href="#1"><sup>1</sup></a>, implemented
   using <a href="http://www.mcs.anl.gov/petsc">PETSc</a>.
@@ -52,7 +52,7 @@
   formulations<a href="#2"><sup>2</sup></a>. To test OPTLAB:
 </p>
 <ol>
-  <li>Dowload the <a href="http://onelab.info">ONELAB software bundle</a>
+  <li>Download the <a href="http://onelab.info">ONELAB software bundle</a>
   <li>Launch the app <img src="http://geuz.org/gmsh/gallery/icon.png" height=20px>
   <li>Open <code>tutorials/optlab/Team25/<a href="https://gitlab.onelab.info/optlab/tutorials/blob/master/Team25/shape.py">shape.py</a></code>
   or <code>tutorials/optlab/Lbracket/<a href="https://gitlab.onelab.info/optlab/tutorials/blob/master/Lbracket/topo.py">topo.py</a></code>