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;