diff --git a/lib/puppet/type/vs_port.rb b/lib/puppet/type/vs_port.rb index 72b8301a..79f53a57 100644 --- a/lib/puppet/type/vs_port.rb +++ b/lib/puppet/type/vs_port.rb @@ -138,7 +138,7 @@ Puppet::Type.newtype(:vs_port) do desc "Allowed VLAN ids on this port. This parameter is only meaningful for no access ports. Ports in native-tagged or - native-untagged mode allways allow their native VLAN id. + native-untagged mode always allow their native VLAN id. VLAN ids may be specified as a list of integers. Defaults to []." diff --git a/manifests/dpdk.pp b/manifests/dpdk.pp index cc722cda..7f3b5ec0 100644 --- a/manifests/dpdk.pp +++ b/manifests/dpdk.pp @@ -59,7 +59,7 @@ # Defaults to false. # # [*vs_config*] -# (optional) allow configuration of arbitary vsiwtch configurations. +# (optional) allow configuration of arbitrary vswitch configurations. # The value is an hash of vs_config resources. Example: # { 'other_config:foo' => { value => 'baa' } } # NOTE: that the configuration MUST NOT be already handled by this module diff --git a/manifests/ovs.pp b/manifests/ovs.pp index 2fd3284f..9451c5ce 100644 --- a/manifests/ovs.pp +++ b/manifests/ovs.pp @@ -24,7 +24,7 @@ # Default to undef # # [*vs_config*] -# (optional) allow configuration of arbitary vsiwtch configurations. +# (optional) allow configuration of arbitrary vswitch configurations. # The value is an hash of vs_config resources. Example: # { 'other_config:foo' => { value => 'baa' } } # NOTE: that the configuration MUST NOT be already handled by this module diff --git a/spec/classes/vswitch_dpdk_spec.rb b/spec/classes/vswitch_dpdk_spec.rb index 3671d273..a71b6cff 100644 --- a/spec/classes/vswitch_dpdk_spec.rb +++ b/spec/classes/vswitch_dpdk_spec.rb @@ -126,7 +126,7 @@ describe 'vswitch::dpdk' do }) end - it 'configres dpdk options with comma-separated lists' do + it 'configures dpdk options with comma-separated lists' do is_expected.to contain_vs_config('other_config:dpdk-socket-mem').with( :value => '1024,1024', :wait => false, )