Skip to content

Commit 114e022

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gpudetect.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const char msg_nt[] =
4040
"Your system is NT! "
4141
"This driver is only for Windows 9x = 95, 98 and Me! "
4242
"Setup can preset the driver on this system but you've to copy "
43-
"these files and install on 9x system manualy.";
43+
"these files and install on 9x system manually.";
4444

4545
const char msg_95[] =
4646
"In Windows 95 isn't available automatic installation. "
@@ -55,7 +55,7 @@ const char msg_unknown[] =
5555
"install the driver manualy if you sure, that match to your device.";
5656

5757
const char msg_nogpu[] =
58-
"No video detected, please make sure, that at last Microsoft generic driver (640x480, 4bpp) is instaled!";
58+
"No video detected, please make sure, that at last Microsoft generic driver (640x480, 4bpp) is installed!";
5959

6060
const char msg_win95[] =
6161
"Automatic installation isn't possible on Windows 95. Installer preset driver, but you have to install it manualy via Device Manager. "

0 commit comments

Comments
 (0)