Skip to content

Commit

Permalink
Merge pull request #4 from iosifnicolae2/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
vaerh authored Dec 12, 2022
2 parents 77a41b7 + 6ed6837 commit ae0c5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/resource_ip_firewall_filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func ResourceIPFirewallFilter() *schema.Resource {
Optional: true,
Description: "Interprets the connection tracking analysis data for a particular packet.",
ValidateFunc: validation.StringInSlice([]string{
"estabilished", "invalid", "new", "related", "untracked",
"established", "invalid", "new", "related", "untracked",
}, false),
},
"connection_type": {
Expand Down

0 comments on commit ae0c5e5

Please sign in to comment.