From d76cb1d53a225b07e2b438b13c675d45a131df12 Mon Sep 17 00:00:00 2001 From: Jan Polensky Date: Thu, 2 Oct 2025 14:50:04 +0200 Subject: [PATCH] fdasd: 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 --- fdasd/fdasd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdasd/fdasd.c b/fdasd/fdasd.c index 28898be7..61cf3bf2 100644 --- a/fdasd/fdasd.c +++ b/fdasd/fdasd.c @@ -975,7 +975,7 @@ static void fdasd_verify_device(fdasd_anchor_t *anc, char *name) * Note: * - 'version' and 'help' are priority options. * All other parameters are ignored in that case. - * - 'silent' and 'verbose' are allways allowed in any + * - 'silent' and 'verbose' are always allowed in any * combination. * */