Skip to content

Commit 388a55e

Browse files
committed
Fixed some more typos
1 parent 114e022 commit 388a55e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windrv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ BOOL installVideoDriver(const char *szDriverDir, const char *infName)
610610

611611
if(driverSection == NULL)
612612
{
613-
REPORT("No supported VGA adapter found! (It could happen if PCI bus isn't detected or is missdetect, for example Win9X in QEMU do this, more informations in README)");
613+
REPORT("No supported VGA adapter found! (It could happen if PCI bus isn't detected or is misdetected, for example Win9X in QEMU do this, more informations in README)");
614614
return FALSE;
615615
}
616616

0 commit comments

Comments
 (0)