From 3597a5b0edbd9e5fadc9f6fc7bf26c0f1eebc0df Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 5 Aug 2019 13:15:21 +0200 Subject: [PATCH] img: Fix a typo --- libfprint/fpi-img.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/fpi-img.c b/libfprint/fpi-img.c index f5ebea7f..c7f44c24 100644 --- a/libfprint/fpi-img.c +++ b/libfprint/fpi-img.c @@ -405,7 +405,7 @@ int fpi_img_to_print_data(struct fp_img_dev *imgdev, struct fp_img *img, } } - /* FIXME: space is wasted if we dont hit the max minutiae count. would + /* FIXME: space is wasted if we don't hit the max minutiae count. would * be good to make this dynamic. */ print = fpi_print_data_new(FP_DEV(imgdev)); item = fpi_print_data_item_new(sizeof(struct xyt_struct));