X11: Fix selection error nomenclature

[ci skip]
master
Camilla Löwy ago%!(EXTRA string=8 years)
parent 0b5023bc62
commit 3d110d2e1b
  1. 2
      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;

Loading…
Cancel
Save