Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/tools
diff options
context:
space:
mode:
authorMaxwell Cody <maxwell@cody.sh>2020-10-13 14:11:45 +0300
committerGitHub <noreply@github.com>2020-10-13 14:11:45 +0300
commit674913169b5fa760e2b1bd426becca03c5c62cb5 (patch)
tree0757024d1438f38a6cab50c21ff7113fe41126b3 /mcs/tools
parent6ae588dabd9c36c3691b61b5674493c41b5617e7 (diff)
Minor spelling and grammar fixes. (#20474)
Diffstat (limited to 'mcs/tools')
-rw-r--r--mcs/tools/security/chktrust.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tools/security/chktrust.cs b/mcs/tools/security/chktrust.cs
index 0d6c2f06b32..f9f015e66c8 100644
--- a/mcs/tools/security/chktrust.cs
+++ b/mcs/tools/security/chktrust.cs
@@ -15,7 +15,7 @@ using System.Security.Cryptography;
using Mono.Security.Authenticode;
[assembly: AssemblyTitle ("Mono CheckTrust")]
-[assembly: AssemblyDescription ("Verify if an PE executable has a valid Authenticode(tm) signature")]
+[assembly: AssemblyDescription ("Verify if a PE binary has a valid Authenticode(tm) signature")]
namespace Mono.Tools {