Skip to content

Commit fb9f4e3

Browse files
authored
typos in comments
1 parent f60e371 commit fb9f4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/ConfigurationReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ private static void Parse(StringReader reader, Configuration config)
2626
{
2727
var currentSection = new Section(Section.DefaultSectionName);
2828
var preCommentBuilder = new StringBuilder();
29-
HashSet<char> validCommentChars = new HashSet<char>(Configuration.ValidCommentChars); // Initialize once for ecah file to optimize performance
29+
HashSet<char> validCommentChars = new HashSet<char>(Configuration.ValidCommentChars); // Initialize once for each reader to optimize performance
3030

3131
int lineNumber = 0;
3232

0 commit comments

Comments
 (0)