From b88392bafb59b0f379c95982d3ecd744232a6ed9 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Mon, 28 Mar 2022 22:12:52 +0200 Subject: [PATCH] Fix typos found by codespell (#8047) --- README.md | 2 +- diagnostics/networking.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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