diff --git a/tools-local/dotnet-deb-tool/Program.cs b/tools-local/dotnet-deb-tool/Program.cs index 278ada1e06bb7..fe45191238a7c 100644 --- a/tools-local/dotnet-deb-tool/Program.cs +++ b/tools-local/dotnet-deb-tool/Program.cs @@ -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.