GUACAMOLE-362: Fix error message typo.

This commit is contained in:
Nick Couchman
2017-10-10 21:49:02 -04:00
committed by Nick Couchman
parent a196134f2d
commit 61f70c57be

View File

@@ -173,7 +173,7 @@ public class TicketValidationService {
throw new GuacamoleServerException("Unexpected algorithm for the private key.", e);
}
catch (NoSuchPaddingException e) {
throw new GuacamoleServerException("No such padding tryingto initialize cipher with private key.", e);
throw new GuacamoleServerException("No such padding trying to initialize cipher with private key.", e);
}
}