Skip to content

Commit a68a61d

Browse files
committed
spelling: entity
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 5a7022d commit a68a61d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/extractor/Semmle.Extraction.CIL/Context.Factories.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ private Namespace CreateNamespace(NamespaceDefinitionHandle handle)
218218
public PdbSourceFile CreateSourceFile(PDB.ISourceFile file) => sourceFiles[file];
219219

220220
/// <summary>
221-
/// Creates a folder entitiy with the given path.
221+
/// Creates a folder entity with the given path.
222222
/// </summary>
223223
/// <param name="path">The path of the folder.</param>
224224
/// <returns>A folder entity.</returns>

csharp/extractor/Semmle.Extraction/Entities/Base/IEntity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public interface IEntity
2626
Label Label { get; set; }
2727

2828
/// <summary>
29-
/// Writes the unique identifier of this entitiy to a trap file.
29+
/// Writes the unique identifier of this entity to a trap file.
3030
/// </summary>
3131
/// <param name="trapFile">The trapfile to write to.</param>
3232
void WriteId(EscapingTextWriter trapFile);

0 commit comments

Comments
 (0)