10000 fix typo (resx and man files) by spaette · Pull Request #19059 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content

fix typo (resx and man files) #19059

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4869,7 +4869,7 @@
/>
<string
id="PS_PROVIDER.event.E_A_CREATE_SERVER_REMOTESESSION.message"
value="Request %1. Creating a server remote session. UserName: %2 Custome Shell Id: %3"
value="Request %1. Creating a server remote session. UserName: %2 Custom Shell Id: %3"
/>
<string
id="PS_PROVIDER.event.E_A_REPORT_CONTEXT.message"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ Exception StackTrace: {2}</value>
<value>Runspace Id: {0} Pipeline Id: {1}. Server is sending data of size {2} to client. DataType: {3} TargetInterface: {4}</value>
</data>
<data name="PS_PROVIDEReventE_A_CREATE_SERVER_REMOTESESSION" xml:space="preserve">
<value>Request {0}. Creating a server remote session. UserName: {1} Custome Shell Id: {2}</value>
<value>Request {0}. Creating a server remote session. UserName: {1} Custom Shell Id: {2}</value>
</data>
<data name="PS_PROVIDEReventE_A_REPORT_CONTEXT" xml:space="preserve">
<value>Reporting context for request: {0} Context Reported: {0}</value>
Expand Down
0