From a0ba8fae612365e49213203a7836736865e7068c Mon Sep 17 00:00:00 2001 From: Ave Milia Date: Mon, 3 Aug 2020 21:22:49 +0000 Subject: [PATCH] video/bochs: Fix typo Signed-off-by: Ave Milia Reviewed-by: Daniel Kiper --- grub-core/video/bochs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-core/video/bochs.c b/grub-core/video/bochs.c index 3bcfa53a9..7a249eb21 100644 --- a/grub-core/video/bochs.c +++ b/grub-core/video/bochs.c @@ -274,7 +274,7 @@ grub_video_bochs_setup (unsigned int width, unsigned int height, " supported by bochs video"); if (depth == 4) - return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, "4-bpp isn't cupported"); + return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, "4-bpp isn't supported"); bytes_per_pixel = (depth + 7) / 8; if (depth == 4)