Skip to content

Commit f9bde73

Browse files
authored
Fix typo in comments (PowerShell#1578)
1 parent a854c7d commit f9bde73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices/Services/Symbols/Vistors/FindDotSourcedVisitor.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
namespace Microsoft.PowerShell.EditorServices.Services.Symbols
1010
{
1111
/// <summary>
12-
/// The vistor used to find the dont sourced files in an AST
12+
/// The vistor used to find the dot-sourced files in an AST
1313
/// </summary>
1414
internal class FindDotSourcedVisitor : AstVisitor
1515
{

0 commit comments

Comments
 (0)