GUAC-830: FIx typo in error message.

This commit is contained in:
Michael Jumper
2015-08-21 18:47:53 -07:00
parent def547acc8
commit cc9f1987b4

View File

@@ -231,7 +231,7 @@ public class ConfigurableGuacamoleTunnelService
// Too many connections by this user
if (userSpecificFailure)
throw new GuacamoleClientTooManyException("Cannot connect. Connection group already in use by this user.");
throw new GuacamoleClientTooManyException("Cannot connect. Connection already in use by this user.");
// Too many connections, but not necessarily due purely to this user
else