X11: Fix selection error nomenclature

[ci skip]
This commit is contained in:
Camilla Löwy 2017-09-17 13:54:17 +02:00
parent 0b5023bc62
commit 3d110d2e1b

View File

@ -1055,7 +1055,7 @@ static const char* getSelectionString(Atom selection)
if (!*selectionString) if (!*selectionString)
{ {
_glfwInputError(GLFW_FORMAT_UNAVAILABLE, _glfwInputError(GLFW_FORMAT_UNAVAILABLE,
"X11: Failed to convert clipboard to string"); "X11: Failed to convert selection to string");
} }
return *selectionString; return *selectionString;