Skip to content

Commit 194d661

Browse files
fix typos in documentation
1 parent 982528e commit 194d661

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ As part of this process several breaking changes where made to the code that wil
568568
* Attributes that allow both arrays and negated values have now been updated.
569569
* For attributes that require that all passed values be negated as one, you now merely have to negate the first value within the array, rather than all of them, though negating all is still accepted.
570570
* For attributes that allow passed values to be negated seperately this is not the case. All attributes in this situation are noted within their description.
571-
* The `sport` and `dport` attributes have been updated so that they will now accept with `:` or `-` as a separator when passing ranges, with `:` being preferred as it matchs what is passed to iptables.
571+
* The `sport` and `dport` attributes have been updated so that they will now accept with `:` or `-` as a separator when passing ranges, with `:` being preferred as it matches what is passed to iptables.
572572

573573
Two pairs of manifest taken from the tests can be seen below, illustrating the changes that may be required, the first applying a hoplimit on `ip6tables`:
574574

lib/puppet/type/firewall.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@
10021002
* REJECT - the packet is rejected with a suitable ICMP response
10031003
* DROP - the packet is dropped
10041004
1005-
But can also be on of the following:
1005+
But can also be one of the following:
10061006
10071007
* QUEUE
10081008
* RETURN

0 commit comments

Comments
 (0)