mirror of
https://github.com/reactos/reactos.git
synced 2025-01-19 10:03:28 +08:00
[VIDEOPRT] Fix typo: DEViCEMAP -> DEVICEMAP
This commit is contained in:
parent
1add6de3e8
commit
963e76fd60
@ -85,7 +85,7 @@ IntVideoPortAddDeviceMapLink(
|
||||
RegistryPath->Length + sizeof(UNICODE_NULL));
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
ERR_(VIDEOPRT, "Failed to create DEViCEMAP registry entry: 0x%X\n", Status);
|
||||
ERR_(VIDEOPRT, "Failed to create DEVICEMAP registry entry: 0x%X\n", Status);
|
||||
return Status;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user