Commit 756eea7b authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

ntdll: Fix a typo.

parent 4626308a
......@@ -519,7 +519,7 @@ done:
user_shared_data->MinorNtVersion = current_version->dwMinorVersion;
user_shared_data->SuiteMask = current_version->wSuiteMask;
TRACE( "got %d.%d plaform %d build %x name %s service pack %d.%d product %d\n",
TRACE( "got %d.%d platform %d build %x name %s service pack %d.%d product %d\n",
current_version->dwMajorVersion, current_version->dwMinorVersion,
current_version->dwPlatformId, current_version->dwBuildNumber,
debugstr_w(current_version->szCSDVersion),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment