Simple typo

Change-Id: I66e513b572900ac2a2e7cc3f91e0d1a1f099c7e7
This commit is contained in:
David Medberry 2015-02-04 11:55:36 -07:00
parent 1d9db1b5d3
commit 6fadda9561
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ describe 'nova::compute::libvirt' do
raise_error(Puppet::Error, /For migration support to work, you MUST set vncserver_listen to '0.0.0.0'/) }
end
context 'with custom libvirt service name on Debian plateforms' do
context 'with custom libvirt service name on Debian platforms' do
let :params do
{ :libvirt_service_name => 'libvirtd',
:vncserver_listen => '0.0.0.0',