mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[APPHELP] Fix a typo in the logging
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user