mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00: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