treewide: fix typos

This commit is contained in:
Peder Bergebakken Sundt 2025-06-02 15:54:57 +02:00
parent 16bc4259a8
commit c77ac9dfc3
88 changed files with 110 additions and 110 deletions

View file

@ -45,7 +45,7 @@ in
# software rendering to implement GLX (OpenGL on Xorg).
# However, just building TurboVNC with support for that is not enough
# (it only takes care of the X server side part of OpenGL);
# the indiviudual applications (e.g. `glxgears`) also need to directly load
# the individual applications (e.g. `glxgears`) also need to directly load
# the OpenGL libs.
# Thus, this creates `/run/opengl-driver` populated by Mesa so that the applications
# can find the llvmpipe `swrast.so` software rendering DRI lib via `libglvnd`.