Fix spelling of unsupported.

Change-Id: I9b66f8ad1008d9fcea0a3fe78f7e5f5e17d73fd8
This commit is contained in:
Matt Fischer 2015-03-24 14:21:33 -06:00
parent 9b0ff06b6a
commit a8552ca2ba
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ define cinder::backend::rbd (
$override_match = '^export CEPH_ARGS=' $override_match = '^export CEPH_ARGS='
} }
default: { default: {
fail("unsuported osfamily ${::osfamily}, currently Debian and Redhat are the only supported platforms") fail("unsupported osfamily ${::osfamily}, currently Debian and Redhat are the only supported platforms")
} }
} }

View File

@ -55,6 +55,6 @@ class cinder::params {
} }
} else { } else {
fail("unsuported osfamily ${::osfamily}, currently Debian and Redhat are the only supported platforms") fail("unsupported osfamily ${::osfamily}, currently Debian and Redhat are the only supported platforms")
} }
} }