mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[APPHELP] Fix a typo in the logging
This commit is contained in:
parent
aabefa30d5
commit
58918686aa
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ static BOOL SdbpMatchFileAttributes(PDB pdb, TAGID matching_file, PATTRINFO attr
|
|||
}
|
||||
}
|
||||
if (n == attr_count)
|
||||
SHIM_WARN("Unhandled tag %ws in MACHING_FILE\n", SdbTagToString(tag));
|
||||
SHIM_WARN("Unhandled tag %ws in MATCHING_FILE\n", SdbTagToString(tag));
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue