From 7d5f2ba038cd9bbdfdfddee8e87a320cec7a5e63 Mon Sep 17 00:00:00 2001 From: Jan Polensky Date: Tue, 30 Sep 2025 16:29:16 +0200 Subject: [PATCH] zconf/lscss: Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Jan Höppner Signed-off-by: Jan Polensky Signed-off-by: Jan Höppner --- zconf/css/lscss.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zconf/css/lscss.c b/zconf/css/lscss.c index 6d892774..f542e598 100644 --- a/zconf/css/lscss.c +++ b/zconf/css/lscss.c @@ -73,7 +73,7 @@ enum sch_type { * Private data */ static struct lscss_cmd_opts { - /* Boolean flags to indicate wich command options are in effect */ + /* Boolean flags to indicate which command options are in effect */ bool opt_short; /* -s or --short */ bool opt_devtype; /* -t or --devtype */ bool opt_devrange; /* -d or --devrange */ @@ -246,7 +246,7 @@ static bool id_in_ranges_list(const char *id) * @param[in,out] dt Pointer to devtype structure to be initialized * @parm[in] id String to parse * - * @returns true if the input string has been parsed successfuly; + * @returns true if the input string has been parsed successfully; * otherwise false */ static bool parse_devtype_str(struct devtype *dt, const char *id)