From 3d110d2e1bc5994b90531feada3bd8552959d1c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Sun, 17 Sep 2017 13:54:17 +0200 Subject: [PATCH] X11: Fix selection error nomenclature [ci skip] --- src/x11_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11_window.c b/src/x11_window.c index ea49e55d..e07fea77 100644 --- a/src/x11_window.c +++ b/src/x11_window.c @@ -1055,7 +1055,7 @@ static const char* getSelectionString(Atom selection) if (!*selectionString) { _glfwInputError(GLFW_FORMAT_UNAVAILABLE, - "X11: Failed to convert clipboard to string"); + "X11: Failed to convert selection to string"); } return *selectionString;