> public void testFailsIfAlphaSnapshot() {
> new JcloudsVersion("1.2.3-alpha.5-SNAPSHOT");
> }
>
> @Test(expectedExceptions = { IllegalArgumentException.class })
> - public void testFailsIfBetSanapshot() {
> + public void testFailsIfBetaSanapshot() {s/Sanapshot/Snapshot/ --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/186/files#r7081351
