mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
fixed spelling error in comment
This commit is contained in:
parent
6d08a413a7
commit
7596c094a6
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user