From efcbba5aa976eeaf100d00f34d0ecb43b6d8f25a Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 25 Feb 2024 10:00:41 +0100 Subject: [PATCH] fix spelling error reload options --- src/kds_s2000w_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kds_s2000w_handler.h b/src/kds_s2000w_handler.h index b144adc..6070817 100644 --- a/src/kds_s2000w_handler.h +++ b/src/kds_s2000w_handler.h @@ -8,7 +8,7 @@ enum { enum { RELOAD_OPTIONS = 2, - REALOD_PARAMS = 4 + RELOAD_PARAMS = 4 }; typedef struct { -- 2.39.5