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:
authorYuri Chornoivan <yurchor@ukr.net>2020-05-01 21:57:27 +0300
committerYuri Chornoivan <yurchor@ukr.net>2020-05-01 22:00:19 +0300
commit52601538f4f49253931ac9636ec37777b742334b (patch)
treeb0b92aed1053f6287f278bdadaadc105e1a1d30f /plugins/exec
parent334055d328fbe7a1f58c7f476560f615cfb54c9f (diff)
Fix minor typos
Diffstat (limited to 'plugins/exec')
-rw-r--r--plugins/exec/exec_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/exec/exec_plugin.c b/plugins/exec/exec_plugin.c
index d7308cd4e..8a0df8b9f 100644
--- a/plugins/exec/exec_plugin.c
+++ b/plugins/exec/exec_plugin.c
@@ -262,7 +262,7 @@ static gboolean remmina_plugin_exec_close(RemminaProtocolWidget *gp)
static const RemminaProtocolSetting remmina_plugin_exec_basic_settings[] =
{
{ REMMINA_PROTOCOL_SETTING_TYPE_TEXT, "execcommand", N_("Command"), FALSE, NULL, NULL},
- { REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "runasync", N_("Asynchrounous execution"), FALSE, NULL, NULL},
+ { REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "runasync", N_("Asynchronous execution"), FALSE, NULL, NULL},
{ REMMINA_PROTOCOL_SETTING_TYPE_END, NULL, NULL, FALSE, NULL, NULL }
};