Commit 087b082c authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Render.c: fix broken comment

parent 1c019bd1
......@@ -454,9 +454,9 @@ void nxagentRenderExtensionInit(void)
* As the RENDER requests are passed directly to
* the remote X server this can cause problems if
* our RENDER version is different from the version
* supported by the remote. For this reasos let's
* supported by the remote. For this reasons let's
* advertise to our clients the lowest between the
+ two versions.
* two versions.
*/
if (major_version > SERVER_RENDER_MAJOR_VERSION ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment