Skip to content

Commit

Permalink
fixed spelling error in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking committed Jan 26, 2015
1 parent 6d08a41 commit 7596c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/face_landmark_detection_ex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 7596c09

Please sign in to comment.