Fix various spelling errors

This commit is contained in:
Sven Joachim 2019-09-30 18:43:13 +02:00 committed by Adam Jackson
parent 2a9268e4a0
commit 47387916fb
9 changed files with 13 additions and 13 deletions

View File

@ -45,7 +45,7 @@ enter more displays.
If there is more than one configuration, the configuration name button
will bring up a selection menu.
.PP
In the right-hand pannel, the left mouse button will move the
In the right-hand panel, the left mouse button will move the
highlighted display at "tool resolution"; the middle mouse button will
move the highlighted display by a single pixel (at "wall resolution");
and the right mouse button will bring up a menu allowing the highlighted

View File

@ -472,7 +472,7 @@ is the dimension of each display in the wall (e.g., 1280x1024).
The first geometry following
.B display
is the geometry of the screen window on the backend server. The second
geometry, which is always preceeded by a slash, is the geometry of the
geometry, which is always preceded by a slash, is the geometry of the
root window. By default, the root window has the same geometry as the
screen window.
.PP

View File

@ -975,7 +975,7 @@ hostx_screen_init(KdScreenInfo *screen,
* -screen option (WxH+X or WxH+X+Y). Otherwise, accept the
* position set by WM.
* The trick here is putting this code after xcb_map_window() call,
* so these values won't be overriden by WM. */
* so these values won't be overridden by WM. */
if (scrpriv->win_explicit_position)
{
uint32_t mask = XCB_CONFIG_WINDOW_X | XCB_CONFIG_WINDOW_Y;

View File

@ -355,11 +355,11 @@ KdUseMsg(void)
("-mouse driver [,n,,options] Specify the pointer driver and its options (n is the number of buttons)\n");
ErrorF
("-keybd driver [,,options] Specify the keyboard driver and its options\n");
ErrorF("-xkb-rules Set default XkbRules value (can be overriden by -keybd options)\n");
ErrorF("-xkb-model Set default XkbModel value (can be overriden by -keybd options)\n");
ErrorF("-xkb-layout Set default XkbLayout value (can be overriden by -keybd options)\n");
ErrorF("-xkb-variant Set default XkbVariant value (can be overriden by -keybd options)\n");
ErrorF("-xkb-options Set default XkbOptions value (can be overriden by -keybd options)\n");
ErrorF("-xkb-rules Set default XkbRules value (can be overridden by -keybd options)\n");
ErrorF("-xkb-model Set default XkbModel value (can be overridden by -keybd options)\n");
ErrorF("-xkb-layout Set default XkbLayout value (can be overridden by -keybd options)\n");
ErrorF("-xkb-variant Set default XkbVariant value (can be overridden by -keybd options)\n");
ErrorF("-xkb-options Set default XkbOptions value (can be overridden by -keybd options)\n");
ErrorF("-zaphod Disable cursor screen switching\n");
ErrorF("-2button Emulate 3 button mouse\n");
ErrorF("-3button Disable 3 button mouse emulation\n");

View File

@ -307,7 +307,7 @@ ms_kernel_msc_to_crtc_msc(xf86CrtcPtr crtc, uint64_t sequence, Bool is64bit)
* but update the 32-bit tracking variables with reliable ground truth.
*
* With 64-Bit api in use, the only !is64bit input is from pageflip events,
* and any pageflip event is usually preceeded by some is64bit input from
* and any pageflip event is usually preceded by some is64bit input from
* swap scheduling, so this should provide reliable mapping for pageflip
* events based on true 64-bit input as baseline as well.
*/

View File

@ -381,7 +381,7 @@ xf86parseVerboseMode(void)
Error(UNEXPECTED_EOF_MSG);
break;
default:
Error("Unexepcted token in verbose \"Mode\" entry\n");
Error("Unexpected token in verbose \"Mode\" entry\n");
}
}
if (!had_dotclock)

View File

@ -309,7 +309,7 @@ vbeReadEDID(vbeInfoPtr pVbe)
xf86DrvMsgVerb(screen, X_INFO, 3, "VESA VBE DDC read failed\n");
break;
default:
xf86DrvMsgVerb(screen, X_INFO, 3, "VESA VBE DDC unkown failure %i\n",
xf86DrvMsgVerb(screen, X_INFO, 3, "VESA VBE DDC unknown failure %i\n",
pVbe->pInt10->ax & 0xff00);
break;
}

View File

@ -35,7 +35,7 @@
* Description: This file includes subroutines which are related to
* programmed I/O and memory access. Included in this module
* are default functions with limited usefulness. For real
* uses these functions will most likely be overriden by the
* uses these functions will most likely be overridden by the
* user library.
*
****************************************************************************/

View File

@ -231,7 +231,7 @@ int main(int argc, char *argv[])
}
#ifdef WITH_LIBDRM
/* Detect if we need root rights, except when overriden by the config */
/* Detect if we need root rights, except when overridden by the config */
if (needs_root_rights == -1) {
for (i = 0; i < 16; i++) {
snprintf(buf, sizeof(buf), DRM_DEV_NAME, DRM_DIR_NAME, i);