Fix typos found by codespell (#8047)

This commit is contained in:
Dimitri Papadopoulos Orfanos 2022-03-28 22:12:52 +02:00 committed by GitHub
parent 227f11dbab
commit b88392bafb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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