lsb: Typo fixes

This commit is contained in:
Ossi Salmi 2016-01-02 03:19:11 +02:00
parent 1815ec2ea6
commit 682a7e5292

View file

@ -14,7 +14,7 @@ class lsb::core {
$pkgname = "lsb-core"
}
default: {
fail("lsb::core not supported on ${::operatingsystem}"}
fail("lsb::core not supported on ${::operatingsystem}")
}
}
@ -45,7 +45,7 @@ class lsb::desktop {
$pkgname = "lsb-desktop"
}
default: {
fail("lsb::desktop not supported on ${::operatingsystem}"}
fail("lsb::desktop not supported on ${::operatingsystem}")
}
}