From ac7f1f39e0fda87ff2e300eb51679f480c7a8333 Mon Sep 17 00:00:00 2001 From: viandoxdev Date: Thu, 1 Sep 2022 15:54:29 +0200 Subject: [PATCH] typo --- const.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/const.c b/const.c index 1b87916..ee2885c 100644 --- a/const.c +++ b/const.c @@ -11,7 +11,7 @@ const char *DEVICE_DEFAULT_NAME = "Unnamed Device"; const char *FIFO_PATH = "/tmp/jsfw_fifo"; // Delay (in seconds) between each connection retry for the client const uint32_t CONNECTION_RETRY_DELAY = 5; -// Displayed bendor for the virtual device +// Displayed vendor for the virtual device const uint16_t VIRTUAL_DEVICE_VENDOR = 0x6969; // Displayed product for the virtual device const uint16_t VIRTUAL_DEVICE_PRODUCT = 0x0420;