GUACAMOLE-362: Fix error message typo.

Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/61f70c57
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/61f70c57
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/61f70c57

Branch: refs/heads/master
Commit: 61f70c57be2fab5a815aabb0ea5688f63fbda6e4
Parents: a196134
Author: Nick Couchman <vn...@apache.org>
Authored: Tue Oct 10 21:49:02 2017 -0400
Committer: Nick Couchman <nick.couch...@yahoo.com>
Committed: Fri Oct 27 13:05:13 2017 -0400

----------------------------------------------------------------------
 .../apache/guacamole/auth/cas/ticket/TicketValidationService.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/61f70c57/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/ticket/TicketValidationService.java
----------------------------------------------------------------------
diff --git 
a/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/ticket/TicketValidationService.java
 
b/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/ticket/TicketValidationService.java
index f64481d..122059c 100644
--- 
a/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/ticket/TicketValidationService.java
+++ 
b/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/ticket/TicketValidationService.java
@@ -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);
         }
 
     }

Reply via email to