lib: Fix sloppy grammar in error output
This commit is contained in:
parent
9e5ae25abf
commit
882fc8ab54
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue