From 0f8b227e475fe33750ce54201bff211a527ed307 Mon Sep 17 00:00:00 2001 From: "Davis E. King" Date: Fri, 15 Sep 2017 21:02:39 -0400 Subject: [PATCH] Fixed typo in comment --- tools/archive/train_face_5point_model.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/archive/train_face_5point_model.cpp b/tools/archive/train_face_5point_model.cpp index 2ac9840bd..0cd35467f 100644 --- a/tools/archive/train_face_5point_model.cpp +++ b/tools/archive/train_face_5point_model.cpp @@ -1,7 +1,7 @@ /* - This is the program that created the http://dlib.net/files/shape_predictor_5_face_landmarks.dat model file. + This is the program that created the http://dlib.net/files/shape_predictor_5_face_landmarks.dat.bz2 model file. */