GUACAMOLE-422: Fix spelling mistake.

This commit is contained in:
Nick Couchman 2018-11-12 12:09:51 -05:00
parent d1b3695282
commit 7b1ba3f269

View File

@ -261,7 +261,7 @@ void* ssh_client_thread(void* data) {
if (libssh2_channel_setenv(ssh_client->term_channel, "TZ",
settings->timezone)) {
guac_client_log(client, GUAC_LOG_WARNING,
"Unable to set the timzeone: SSH server "
"Unable to set the timezone: SSH server "
"refused to set \"TZ\" variable.");
}
}