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

gitlab.com/Remmina/remmina-plugins.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 19:30:54 +0300
committerDavy Defaud <davy.defaud@free.fr>2019-01-27 19:30:54 +0300
commit3e1515960f3908253f8fc4e607fa93494bc9d17e (patch)
tree90b63cbe54d72be7b6e73277143674e76309c275
parent44447b9e1bec14ff5d97929360fe4d7c9c78aee5 (diff)
Fix English typo transmittion → transmission
-rw-r--r--nx_session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx_session.c b/nx_session.c
index c8ec930..a717d19 100644
--- a/nx_session.c
+++ b/nx_session.c
@@ -804,7 +804,7 @@ static gpointer remmina_nx_session_tunnel_main_thread(gpointer data)
channels[0] = nx->channel;
channels[1] = NULL;
- /* Start the tunnel data transmittion */
+ /* Start the tunnel data transmission */
while (nx->running) {
timeout.tv_sec = 1;
timeout.tv_usec = 0;