mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1001: Merge correction to spelling of "Exception
This commit is contained in:
@@ -280,7 +280,7 @@ public class RadiusConnectionService {
|
|||||||
}
|
}
|
||||||
catch (UnknownHostException e) {
|
catch (UnknownHostException e) {
|
||||||
logger.error("Could not resolve address: {}", e.getMessage());
|
logger.error("Could not resolve address: {}", e.getMessage());
|
||||||
logger.debug("Exxception resolving host address.", e);
|
logger.debug("Exception resolving host address.", e);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
|
Reference in New Issue
Block a user