mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Fix sloppy grammar in error output
This commit is contained in:
@@ -318,7 +318,7 @@ static int fpi_img_detect_minutiae(struct fp_img *img)
|
|||||||
GTimer *timer;
|
GTimer *timer;
|
||||||
|
|
||||||
if (img->flags & FP_IMG_STANDARDIZATION_FLAGS) {
|
if (img->flags & FP_IMG_STANDARDIZATION_FLAGS) {
|
||||||
fp_err("cant detect minutiae for non-standardized image");
|
fp_err("Cannot detect minutiae for non-standardized images");
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user