Skip to content

Commit

Permalink
Merge pull request #273 from adamralph/typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
adamralph authored Sep 7, 2019
2 parents 25596a6 + 6859c2a commit 6c37084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MinVerTests/Infra/FileSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private static void CreateDirectory(string path)

private static void DeleteDirectory(string path)
{
// Directory.Delete fails if anything in the tree has the read-only attibute set. ¯\_(ツ)_/¯
// Directory.Delete fails if anything in the tree has the read-only attribute set. ¯\_(ツ)_/¯
ResetAttributes(new DirectoryInfo(path));

void ResetAttributes(DirectoryInfo directory)
Expand Down

0 comments on commit 6c37084

Please sign in to comment.