@samitouri / QOSAMI-WSL / commits / b88392ba

Fix typos found by codespell (#8047)

Dimitri Papadopoulos Orfanos committed Mar 28, 2022 at 22:12 UTC b88392bafb59b0f379c95982d3ecd744232a6ed9
2 files changed +2 -2
README.md
+1 -1
@@ -39,7 +39,7 @@ This is your best way to interact directly with the Windows Subsystem for Linux
39
40 Additional tags may be used to denote specific types of issues.
41
42 -- **9p-linux-file-access** - The issue is related to accesing Linux files from Windows.
42 +- **9p-linux-file-access** - The issue is related to accessing Linux files from Windows.
43
44 ## Closing:
45
diagnostics/networking.sh
+1 -1
@@ -30,7 +30,7 @@ traceroute 1.1.1.1
30 # Display the DNS configuration.
31 cat /etc/resolv.conf
32
33 -# Validate that everything is functionning correctly.
33 +# Validate that everything is functioning correctly.
34 if type curl >/dev/null 2>&1; then
35 curl -m 5 -v https://microsoft.com
36 else