Attrbute -> Attribute
authorJohn Doe <github.john.doe@outlook.com>
Wed, 17 Apr 2019 23:10:19 +0000 (16:10 -0700)
committerJohn Doe <github.john.doe@outlook.com>
Wed, 17 Apr 2019 23:10:19 +0000 (16:10 -0700)
src/Microsoft.Diagnostic.Repl/Command/CommandProcessor.cs

index a7b2dbe62b827bcaa0e611a2e3bbfd3a8df6b7ce..698db93972ab71bd9cfaa5b51463aea973962d78 100644 (file)
@@ -149,7 +149,7 @@ namespace Microsoft.Diagnostic.Repl
                     if (baseAttribute is CommandAliasAttribute commandAliasAttribute)
                     {
                         if (command == null) {
-                            throw new ArgumentException($"No previous CommandAttribute for this CommandAliasAttrbute: {type.Name}");
+                            throw new ArgumentException($"No previous CommandAttribute for this CommandAliasAttribute: {type.Name}");
                         }
                         command.AddAlias(commandAliasAttribute.Name);
                     }