Skip to content

Commit

Permalink
typo - removed unneeded word in a comment (#2331)
Browse files Browse the repository at this point in the history
  • Loading branch information
solrevdev authored Jan 29, 2020
1 parent 781a8a3 commit e135385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools-local/dotnet-deb-tool/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private static void EnsureExecutable(string filePath)
{
return;
}
// Executable files are don't get the 'x' permission when restored from
// Executable files don't get the 'x' permission when restored from
// NuGet packages.
// See (https://github.com/NuGet/Home/issues/4424)
// On .NET Core 1.x, all extracted files had default permissions of 766.
Expand Down

0 comments on commit e135385

Please sign in to comment.