Skip to content

Commit fd562da

Browse files
committed
spelling: unhandled
Signed-off-by: Josh Soref <[email protected]>
1 parent 8e032ac commit fd562da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/extractor/Semmle.Extraction.CSharp/Entities/EventAccessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public override void Populate(TextWriter trapFile)
4242
}
4343
else
4444
{
45-
Context.ModelError(Symbol, $"Undhandled event accessor kind {Symbol.ToDisplayString()}");
45+
Context.ModelError(Symbol, $"Unhandled event accessor kind {Symbol.ToDisplayString()}");
4646
return;
4747
}
4848

0 commit comments

Comments
 (0)