Просмотр исходного кода

Merge pull request #4475 from 3onyc/fix-typo

Typo: prefering -> preferring
Rob 10 лет назад
Родитель
Сommit
fcce52b169
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      doc/articles/troubleshooting.md

+ 1 - 1
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.
   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
   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"`
   `sudo sh -c "echo 'precedence ::ffff:0:0/96 100' >> /etc/gai.conf"`
 - If none of the above helped, please report the error.
 - If none of the above helped, please report the error.