We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1902d1 commit eb2d15dCopy full SHA for eb2d15d
tools/peview/hashprp.c
@@ -547,7 +547,7 @@ BOOLEAN PvpGetMappedImageImphash(
547
_Out_opt_ PPH_STRING *ImpHashFuzzy
548
)
549
{
550
- static PH_STRINGREF seperator = PH_STRINGREF_INIT(L".");
+ static PH_STRINGREF separator = PH_STRINGREF_INIT(L".");
551
PPH_STRING hashString = NULL;
552
PPH_STRING hashFuzzyString = NULL;
553
PH_STRING_BUILDER stringBuilder;
@@ -609,7 +609,7 @@ BOOLEAN PvpGetMappedImageImphash(
609
610
importImphashName = PhConcatStringRef3(
611
&importDllName->sr,
612
- &seperator,
+ &separator,
613
&importFuncName->sr);
614
_wcslwr(importImphashName->Buffer);
615
0 commit comments