From a218a5efddce2d7253ee5c1005c2f1deec6067d6 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 14 Apr 2020 13:48:09 +0200 Subject: [PATCH] virtual-image: Fix typo --- libfprint/drivers/virtual-image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/drivers/virtual-image.c b/libfprint/drivers/virtual-image.c index 33f322e..5ca68a1 100644 --- a/libfprint/drivers/virtual-image.c +++ b/libfprint/drivers/virtual-image.c @@ -21,7 +21,7 @@ /* * This is a virtual driver to debug the image based drivers. A small * python script is provided to connect to it via a socket, allowing - * prints to be sent to this device programatically. + * prints to be sent to this device programmatically. * Using this it is possible to test libfprint and fprintd. */