Skip to content
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

typo: "the the" -> "of the" #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions Install-DeterministicNetwork.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.DESCRIPTION
Linux developers who choose (or are forced) to use Windows will benefit greatly
from the use the the Windows Subsystem for Linux, and the Hyper-V virtualization
from the use of the Windows Subsystem for Linux, and the Hyper-V virtualization
engine. Unfortunately, these tools often run into problems with corporate use of
private network ranges, especially when the developer using the system roams
between remote and on-site work, or needs a VPN connection.
Expand Down Expand Up @@ -151,4 +151,4 @@ Out-ConsoleAndLog "Generated Tasks will be run as $UserName with SID: $UserSID"
# Remove-Item -Recurse -Path $TaskStage -Force
#endregion

Out-ConsoleAndLog "All done. $NetworkType Network Fix Startup Script has been installed."
Out-ConsoleAndLog "All done. $NetworkType Network Fix Startup Script has been installed."
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Get-Help .\Install-DeterministicNetwork.ps1 -full
### Hyper-V? WSL? What do I do with these?

Linux developers who choose (or are forced) to use Windows will benefit greatly
from the use the the Windows Subsystem for Linux, and the Hyper-V virtualization
from the use of the Windows Subsystem for Linux, and the Hyper-V virtualization
engine. These are powerful tools that enable developers (and other IT pros
such as systems administrators and analysts) to run Linux operating systems, tools, and
containers quickly and efficiently, while still having access to the broad base of
Expand Down