diff --git a/examples/face_landmark_detection_ex.cpp b/examples/face_landmark_detection_ex.cpp index 7d4dddb15..cf03445e1 100644 --- a/examples/face_landmark_detection_ex.cpp +++ b/examples/face_landmark_detection_ex.cpp @@ -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));