Skip to content

Commit

Permalink
Change "operable" to "executable"
Browse files Browse the repository at this point in the history
  • Loading branch information
yecril71pl committed Jul 26, 2020
1 parent cfb1952 commit 9137058
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ internal static CommandInfo LookupCommandInfo(string commandName, CommandOrigin
if (result == null)
{
discoveryTracer.TraceError(
"'{0}' is not recognized as a cmdlet, function, operable program or script file.",
"'{0}' is not recognized as a cmdlet, function, executable program or script file.",
commandName);

CommandNotFoundException e =
Expand Down

0 comments on commit 9137058

Please sign in to comment.