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:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2022-08-25 02:50:34 +0300
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2022-08-25 03:41:12 +0300
commit88e5b27d87533d4d621850aec1b8fb1ee5890f7c (patch)
treefe704680073c6ce7be969a7c2265125f04f87c28
parent5545a4dc4f8ec191370566a47509b8a809b712b9 (diff)
plugins/x2go/x2go_plugin.c: Fix typo.mr/fix-annoying-default-username-bug
-rw-r--r--plugins/x2go/x2go_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/x2go/x2go_plugin.c b/plugins/x2go/x2go_plugin.c
index f101ed886..bbe0f61c8 100644
--- a/plugins/x2go/x2go_plugin.c
+++ b/plugins/x2go/x2go_plugin.c
@@ -2365,7 +2365,7 @@ static gboolean rmplugin_x2go_exec_x2go(gchar *host,
}
if (FEATURE_AVAILABLE(gpdata, "DPI")) {
- // Event though we validate the users input in Remmina Editor,
+ // Even though we validate the users input in Remmina Editor,
// manipulating profile files is still very possible..
// Values are extracted from pyhoca-cli.
if (dpi < 20 || dpi > 400) {