mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[VIDEOPRT] Fix typo: DEViCEMAP -> DEVICEMAP
This commit is contained in:
parent
1add6de3e8
commit
963e76fd60
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue