1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-03 09:03:48 +00:00

fixed misspelling in message

This commit is contained in:
Bryan Roe
2019-01-30 23:20:37 -08:00
parent 52ff7ba04c
commit 12a7e3e4a0

View File

@@ -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);
}