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

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2022-09-03 02:48:01 +0300
committera1346054 <36859588+a1346054@users.noreply.github.com>2022-09-03 05:01:48 +0300
commit7fe18cc1c004f6a566b0097f5220ec2791a608b8 (patch)
tree0148814e13d1babf842870fdd4c336d63ed95712 /neutrinordp
parent5d0c4b4e3a7d31f0e71bdd867529424482cf10e0 (diff)
fix typos
Diffstat (limited to 'neutrinordp')
-rw-r--r--neutrinordp/xrdp-neutrinordp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/neutrinordp/xrdp-neutrinordp.c b/neutrinordp/xrdp-neutrinordp.c
index 0e59da1f..6de50bef 100644
--- a/neutrinordp/xrdp-neutrinordp.c
+++ b/neutrinordp/xrdp-neutrinordp.c
@@ -244,7 +244,7 @@ lxrdp_connect(struct mod *mod)
break;
case INSUFFICIENTPRIVILEGESERROR:
- g_snprintf(buf, 128, "Insufficent privileges on target server");
+ g_snprintf(buf, 128, "Insufficient privileges on target server");
break;
default: