Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/remmina_protocol_widget.h')
-rw-r--r--src/remmina_protocol_widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_protocol_widget.h b/src/remmina_protocol_widget.h
index 50e779058..932228f3e 100644
--- a/src/remmina_protocol_widget.h
+++ b/src/remmina_protocol_widget.h
@@ -110,7 +110,7 @@ void remmina_protocol_widget_set_hostkey_func(RemminaProtocolWidget *gp, Remmina
gboolean remmina_protocol_widget_ssh_exec(RemminaProtocolWidget *gp, gboolean wait, const gchar *fmt, ...);
-/* Start a SSH tunnel if it's enabled. Returns a newly allocated string indicating:
+/* Start a SSH tunnel if it’s enabled. Returns a newly allocated string indicating:
* 1. The actual destination (host:port) if SSH tunnel is disable
* 2. The tunnel local destination (127.0.0.1:port) if SSH tunnel is enabled
*/