From 54ff730f0ca7283f1f6886703232f1ff77a8f635 Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Thu, 4 Jan 2024 22:54:14 +0000 Subject: [PATCH] Fix typo of libfprint in supported devices list This also updates the title of the website page at https://fprint.freedesktop.org/supported-devices.html --- libfprint/fprint-list-supported-devices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/fprint-list-supported-devices.c b/libfprint/fprint-list-supported-devices.c index ace5de09..1b02c0b2 100644 --- a/libfprint/fprint-list-supported-devices.c +++ b/libfprint/fprint-list-supported-devices.c @@ -110,7 +110,7 @@ main (int argc, char **argv) printed = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); - g_print ("%% lifprint — Supported Devices\n"); + g_print ("%% libfprint — Supported Devices\n"); g_print ("%% Bastien Nocera, Daniel Drake\n"); g_print ("%% 2018\n"); g_print ("\n");