From a7e43caf7eff8cafa8d307de969f8b01757f6c2a Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Mon, 17 Feb 2025 16:49:26 +0100 Subject: [PATCH] fix spelling error in option seventeen --- src/kds_s2000w_option_descriptors.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kds_s2000w_option_descriptors.c b/src/kds_s2000w_option_descriptors.c index 02f34f7..a78c972 100644 --- a/src/kds_s2000w_option_descriptors.c +++ b/src/kds_s2000w_option_descriptors.c @@ -442,8 +442,8 @@ SANE_Option_Descriptor _kds_s2000w_option_descriptor_background_smoothing_aggres SANE_Option_Descriptor descriptor = { "background-smoothing-aggressiveness", - "Background Smoothing Aggressivenes", - "Background Smoothing Aggressivenes", + "Background Smoothing Aggressiveness", + "Background Smoothing Aggressiveness", SANE_TYPE_INT, SANE_UNIT_NONE, sizeof(SANE_Int), -- 2.39.5