]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
video/bochs: Fix typo
authorAve Milia <avemilia@protonmail.com>
Mon, 3 Aug 2020 21:22:49 +0000 (21:22 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 11 Sep 2020 13:45:56 +0000 (15:45 +0200)
Signed-off-by: Ave Milia <avemilia@protonmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/video/bochs.c

index 3bcfa53a9e96e262fe5609171da10b2525bbedd5..7a249eb2180b8675f578ffde3742ee17432b5f79 100644 (file)
@@ -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)