GUACAMOLE-1001: Minor spelling correction.

This commit is contained in:
Virtually Nick
2020-04-29 08:33:06 -04:00
parent 3399a33941
commit a7cdc21181

View File

@@ -280,7 +280,7 @@ public class RadiusConnectionService {
}
catch (UnknownHostException e) {
logger.error("Could not resolve address: {}", e.getMessage());
logger.debug("Exxception resolving host address.", e);
logger.debug("Exception resolving host address.", e);
return null;
}
finally {