Fix typo in comment

BUG=none
TEST=none

Change-Id: I70de3eebc2b795976f6010355b8a16ae54f1844b
Reviewed-on: https://chromium-review.googlesource.com/517144
Commit-Ready: Thiemo Nagel <tnagel@chromium.org>
Tested-by: Thiemo Nagel <tnagel@chromium.org>
Reviewed-by: Charlie Mooney <charliemooney@chromium.org>
diff --git a/optofidelity/optofidelity/videoproc/shape.py b/optofidelity/optofidelity/videoproc/shape.py
index 1cc0a1b..ef58c06 100644
--- a/optofidelity/optofidelity/videoproc/shape.py
+++ b/optofidelity/optofidelity/videoproc/shape.py
@@ -73,7 +73,7 @@
     that all inner angles in the polygon are approximately the same (i.e. we are
     looking for a rectangle, not a trapezoid, etc).
     This method returns the coordinates of each vertex in clockwise order,
-    starting with he top-left-most vertex.
+    starting with the top-left-most vertex.
 
     :type num_verticies: int
     :rtype np.ndarray