From: Jonathan Boyett Date: Wed, 11 May 2011 21:28:39 +0000 (-0700) Subject: fix typo X-Git-Tag: v0.0.1~61 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=64858002ec330949038348b5af0929a8b9a8e7db;p=puppet-modules%2Fpuppetlabs-firewall.git fix typo --- diff --git a/lib/puppet/type/firewall.rb b/lib/puppet/type/firewall.rb index 21d5e9e..321d993 100644 --- a/lib/puppet/type/firewall.rb +++ b/lib/puppet/type/firewall.rb @@ -46,7 +46,7 @@ Puppet::Type.newtype(:firewall) do validate do |value| if value !~ /^[a-zA-Z0-9 \-_]+$/ then self.fail "Not a valid rule name. Make sure it contains ASCII " \ - "alphanumeric, spaces, hyphens or underscoares." + "alphanumeric, spaces, hyphens or underscores." end end end