diff options
author | Peter Powell <petpow@saberuk.com> | 2015-07-08 10:55:44 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2015-07-08 11:06:02 +0100 |
commit | 1666b1a8d8d629fd4ea89b083863dc217154eee9 (patch) | |
tree | b1e38d447c34fee25229945c2dd160b56683d026 /src/win32/windows.cpp | |
parent | 4362f53cc38177039d6f6b86565e73800e7b5390 (diff) |
Fix a ton of typos.
Diffstat (limited to 'src/win32/windows.cpp')
-rw-r--r-- | src/win32/windows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/windows.cpp b/src/win32/windows.cpp index 3ef1bcfa9..997260581 100644 --- a/src/win32/windows.cpp +++ b/src/win32/windows.cpp @@ -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; } |