From 12a7e3e4a0ad7c49b71de9415105106d04095599 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Wed, 30 Jan 2019 23:20:37 -0800 Subject: [PATCH] fixed misspelling in message --- meshcore/agentcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshcore/agentcore.c b/meshcore/agentcore.c index 8c4e528..706dd44 100644 --- a/meshcore/agentcore.c +++ b/meshcore/agentcore.c @@ -1430,7 +1430,7 @@ duk_ret_t ILibDuktape_MeshAgent_getRemoteDesktop(duk_context *ctx) updateXAuth = (char*)duk_get_string(ctx, -1); if (console_uid != 0 && updateXAuth == NULL) { - ILibDuktape_MeshAgent_RemoteDesktop_SendError(ptrs, "Xauthority not found! Is you DM configured to use X?"); + ILibDuktape_MeshAgent_RemoteDesktop_SendError(ptrs, "Xauthority not found! Is your DM configured to use X?"); duk_pop(ctx); return(1); }