fixed spelling error in comment

This commit is contained in:
Davis King 2015-01-26 17:58:35 -05:00
parent 6d08a413a7
commit 7596c094a6

View File

@ -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));