From 7b4be0244163e63fade190c22c4f2dd58cce6635 Mon Sep 17 00:00:00 2001 From: Jan Polensky Date: Tue, 25 Nov 2025 18:11:42 +0100 Subject: [PATCH] dasdview: Fix typo 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 --- dasdview/dasdview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dasdview/dasdview.c b/dasdview/dasdview.c index d4b68530..55677bed 100644 --- a/dasdview/dasdview.c +++ b/dasdview/dasdview.c @@ -1071,7 +1071,7 @@ static void dasdview_print_vtoc_info_raw(dasdview_info_t *info) /* * Note: the explicit cylinder/head conversion for large volume - * adresses should not be necessary for entries that point to + * addresses should not be necessary for entries that point to * vtoc labels, as those must be located in the first 65K-1 tracks, * but we do it anyway to be on the safe side. */