Skip to content

Commit eb2d15d

Browse files
committed
peview: Fix typo
1 parent a1902d1 commit eb2d15d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/peview/hashprp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ BOOLEAN PvpGetMappedImageImphash(
547547
_Out_opt_ PPH_STRING *ImpHashFuzzy
548548
)
549549
{
550-
static PH_STRINGREF seperator = PH_STRINGREF_INIT(L".");
550+
static PH_STRINGREF separator = PH_STRINGREF_INIT(L".");
551551
PPH_STRING hashString = NULL;
552552
PPH_STRING hashFuzzyString = NULL;
553553
PH_STRING_BUILDER stringBuilder;
@@ -609,7 +609,7 @@ BOOLEAN PvpGetMappedImageImphash(
609609

610610
importImphashName = PhConcatStringRef3(
611611
&importDllName->sr,
612-
&seperator,
612+
&separator,
613613
&importFuncName->sr);
614614
_wcslwr(importImphashName->Buffer);
615615

0 commit comments

Comments
 (0)