diff --git a/MinVerTests/Infra/FileSystem.cs b/MinVerTests/Infra/FileSystem.cs index 751661f1..fef888f3 100644 --- a/MinVerTests/Infra/FileSystem.cs +++ b/MinVerTests/Infra/FileSystem.cs @@ -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)