From 8cacb16cce08e333175d5f668596e737643251e4 Mon Sep 17 00:00:00 2001 From: 3onyc <3onyc@x3tech.com> Date: Sat, 3 Oct 2015 22:40:55 +0200 Subject: [PATCH] Typo: prefering -> preferring --- doc/articles/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index f0f55385d..a6f082ab7 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -193,7 +193,7 @@ If you have been pointed to this page, you want to check a few things: these fixed is raise awareness to the network engineers that have the power to fix it. To disable IPv6 on Linux, try using this command which appends a - rule prefering IPv4 over IPv6 to your config: + rule preferring IPv4 over IPv6 to your config: `sudo sh -c "echo 'precedence ::ffff:0:0/96 100' >> /etc/gai.conf"` - If none of the above helped, please report the error.