summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/PlatformInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/PlatformInfo.cpp')
-rw-r--r--cpp/src/IceGrid/PlatformInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/PlatformInfo.cpp b/cpp/src/IceGrid/PlatformInfo.cpp
index 9cdb3aa073f..1efc51ee4d9 100644
--- a/cpp/src/IceGrid/PlatformInfo.cpp
+++ b/cpp/src/IceGrid/PlatformInfo.cpp
@@ -250,7 +250,7 @@ PlatformInfo::PlatformInfo(const string& prefix,
osInfo.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
//
-// GetVerionEx deprecated in Windows 8.1
+// GetVersionEx deprecated in Windows 8.1
//
# if defined(_MSC_VER) && _MSC_VER >= 1800
# pragma warning (disable : 4996)