Skip to content

Commit f846699

Browse files
committed
C#: Fix typo
1 parent 7075c6f commit f846699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/extractor/Semmle.Extraction/Entity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public interface IEntity
3030
/// Writes the unique identifier of this entitiy to a trap file.
3131
/// </summary>
3232
/// <param name="trapFile">The trapfile to write to.</param>
33-
void WriteId(TextWriter writrapFileter);
33+
void WriteId(TextWriter trapFile);
3434

3535
/// <summary>
3636
/// Writes the quoted identifier of this entity,

0 commit comments

Comments
 (0)