From 8716ddb07a49117b44871cedff3ad6965906bfba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 27 Sep 2022 20:32:01 +0200 Subject: [PATCH] fp-print: Fix a typo in documentation --- libfprint/fp-print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/fp-print.c b/libfprint/fp-print.c index 8532b6cc..7bcb9d8d 100644 --- a/libfprint/fp-print.c +++ b/libfprint/fp-print.c @@ -339,7 +339,7 @@ fp_print_init (FpPrint *self) * create a new print, fill in the relevant metadata, and then start * enrollment. * - * Returns: (transfer floating): A newyl created #FpPrint + * Returns: (transfer floating): A newly created #FpPrint */ FpPrint * fp_print_new (FpDevice *device)