diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-06-18 19:50:10 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-06-18 19:50:10 +0200 |
commit | d5cc12c2a2566b875d8e3800685ba2e6ef35e3b4 (patch) | |
tree | 32cb278ae058b22da70fa730b375cb6efe60e4e6 /nx-X11 | |
parent | c31ae1eed4d2a77e0962bee16279459cb5f7cd65 (diff) | |
download | nx-libs-d5cc12c2a2566b875d8e3800685ba2e6ef35e3b4.tar.gz nx-libs-d5cc12c2a2566b875d8e3800685ba2e6ef35e3b4.tar.bz2 nx-libs-d5cc12c2a2566b875d8e3800685ba2e6ef35e3b4.zip |
hw/nxagent/Options.h: Grammar fix in comment.
Diffstat (limited to 'nx-X11')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Options.h b/nx-X11/programs/Xserver/hw/nxagent/Options.h index 7e9f8d2ea..257a332f2 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Options.h +++ b/nx-X11/programs/Xserver/hw/nxagent/Options.h @@ -391,7 +391,7 @@ typedef struct _AgentOptions /* * Store if the user wants Xinerama. There are variables called - * noPanoramiXExtension noRRXineramaExtensison in os/utils.c but + * noPanoramiXExtension and noRRXineramaExtensison in os/utils.c but * we cannot rely on them because RandR and PanoramiX change their * values when trying to initialize. So we use this variable to * save the user preference provided by the -/+(rr)xinerama parameter(s) |