File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments