From e7bc8e03fc0f2513da2e664c6c94e33953d13359 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 12 Dec 2018 16:13:29 +0100 Subject: [PATCH] upeksonly: Fix typos in upeksonly_get_deviation2() comment --- libfprint/drivers/upeksonly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/drivers/upeksonly.c b/libfprint/drivers/upeksonly.c index 7b92a427..99c5ffae 100644 --- a/libfprint/drivers/upeksonly.c +++ b/libfprint/drivers/upeksonly.c @@ -106,7 +106,7 @@ struct sonly_dev { }; -/* Calculade squared standand deviation of sum of two lines */ +/* Calculate squared standard deviation of sum of two lines */ static int upeksonly_get_deviation2(struct fpi_line_asmbl_ctx *ctx, GSList *line1, GSList *line2) {