mirror of
https://github.com/anope/anope.git
synced 2026-07-07 18:03:13 +02:00
Fix a ton of typos.
This commit is contained in:
@@ -194,7 +194,7 @@ Anope::string GetWindowsVersion()
|
||||
buf = "Microsoft Windows 98" + extra;
|
||||
}
|
||||
if (osvi.dwMajorVersion == 4 && osvi.dwMinorVersion == 90)
|
||||
buf = "Microsoft Windows Millenium Edition";
|
||||
buf = "Microsoft Windows Millennium Edition";
|
||||
}
|
||||
return buf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user