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:
authorDavy Defaud <davy.defaud@free.fr>2019-01-27 21:47:11 +0300
committerDavy Defaud <davy.defaud@free.fr>2019-01-27 21:47:11 +0300
commitf46bfa9599b5a4b9c90e27d004fc424b4a4a6e33 (patch)
tree9b6313ec753bed10d50fe1c676dd844b47dedac9 /src/remmina_protocol_widget.h
parentb266c8e1707520b157cac395a551af63eeb23146 (diff)
Replace single quotes by true apostrophes
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
*/