mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[VIDEOPRT] Fix typo: DEViCEMAP -> DEVICEMAP
This commit is contained in:
parent
61a04af4e5
commit
03d627ce61
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ IntVideoPortAddDeviceMapLink(
|
||||||
RegistryPath->Length + sizeof(UNICODE_NULL));
|
RegistryPath->Length + sizeof(UNICODE_NULL));
|
||||||
if (!NT_SUCCESS(Status))
|
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;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue