Commit 7596c094 authored by Davis King's avatar Davis King

fixed spelling error in comment

parent 6d08a413
......@@ -108,7 +108,7 @@ int main(int argc, char** argv)
shapes.push_back(shape);
}
// Now lets view our face poses on the screen.
// Now let's view our face poses on the screen.
win.clear_overlay();
win.set_image(img);
win.add_overlay(render_face_detections(shapes));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment