diff --git a/README.md b/README.md index 257d6691..4d9b6e20 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ This is your best way to interact directly with the Windows Subsystem for Linux Additional tags may be used to denote specific types of issues. -- **9p-linux-file-access** - The issue is related to accesing Linux files from Windows. +- **9p-linux-file-access** - The issue is related to accessing Linux files from Windows. ## Closing: diff --git a/diagnostics/networking.sh b/diagnostics/networking.sh index 070ed4ef..ec563c18 100644 --- a/diagnostics/networking.sh +++ b/diagnostics/networking.sh @@ -30,7 +30,7 @@ traceroute 1.1.1.1 # Display the DNS configuration. cat /etc/resolv.conf -# Validate that everything is functionning correctly. +# Validate that everything is functioning correctly. if type curl >/dev/null 2>&1; then curl -m 5 -v https://microsoft.com else