mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
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
This commit is contained in:
committed by
Marco Trevisan
parent
e05fbaa8ab
commit
54ff730f0c
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user