Fix spelling of netfilter (#4302)

In networking docs.
This commit is contained in:
Steven Maude 2017-08-22 16:05:40 +01:00 committed by Gwendolynne Barr
parent 5b89916a80
commit 1de0664db6
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@ Full discussion of `iptables` is out of scope for this topic. To see which
tables exist, and you can list a specific table, such as `nat`, `prerouting`, or
`postrouting`, using a command such as `iptables -t nat -L`. For full
documentation about `iptables`, see
[netflilter/iptables](https://netfilter.org/documentation/){: target="_blank" class="_" }.
[netfilter/iptables](https://netfilter.org/documentation/){: target="_blank" class="_" }.
Typically, `iptables` rules are created by an initialization script or a daemon
process such as `firewalld`. The rules do not persist across a system reboot, so