diff --git a/dix/events.c b/dix/events.c index 67e275681..0d8705eaa 100644 --- a/dix/events.c +++ b/dix/events.c @@ -1499,7 +1499,7 @@ CurrentOrOldMasterKeyboard(DeviceIntPtr dev) if (!kbd) return NULL; /* if dev is a pointer the saved master is a master pointer, - * we want the keybard */ + * we want the keyboard */ return GetMaster(kbd, MASTER_KEYBOARD); } diff --git a/hw/kdrive/ephyr/ephyr_draw.c b/hw/kdrive/ephyr/ephyr_draw.c index ea9f0cb1a..369b35840 100644 --- a/hw/kdrive/ephyr/ephyr_draw.c +++ b/hw/kdrive/ephyr/ephyr_draw.c @@ -303,7 +303,7 @@ ephyrDoneComposite(PixmapPtr pDst) } /** - * Does fake acceleration of DownloadFromScren using memcpy. + * Does fake acceleration of DownloadFromScreen using memcpy. */ static Bool ephyrDownloadFromScreen(PixmapPtr pSrc, int x, int y, int w, int h, char *dst, diff --git a/hw/xfree86/int10/INT10.HOWTO b/hw/xfree86/int10/INT10.HOWTO index 13477ce87..8c98df07d 100644 --- a/hw/xfree86/int10/INT10.HOWTO +++ b/hw/xfree86/int10/INT10.HOWTO @@ -135,7 +135,7 @@ address space. 1. xf86Int10InfoPtr xf86InitInt10(int entityIndex); This function should first find the screen assigned to the entity -carrying entitiyIndex and then call +carrying entityIndex and then call Bool int10skip(ScrnInfoPtr pScrn) diff --git a/hw/xfree86/os-support/bus/xf86Pci.h b/hw/xfree86/os-support/bus/xf86Pci.h index 88cebcf1c..6b316162d 100644 --- a/hw/xfree86/os-support/bus/xf86Pci.h +++ b/hw/xfree86/os-support/bus/xf86Pci.h @@ -156,7 +156,7 @@ #define PCI_CLASS_I2O 0x0e #define PCI_CLASS_SATELLITE 0x0f #define PCI_CLASS_CRYPT 0x10 -#define PCI_CLASS_DATA_ACQUISTION 0x11 +#define PCI_CLASS_DATA_ACQUISITION 0x11 #define PCI_CLASS_UNDEFINED 0xff /* sub class */ diff --git a/hw/xwin/glx/indirect.c b/hw/xwin/glx/indirect.c index eb30ae99f..5589b7485 100644 --- a/hw/xwin/glx/indirect.c +++ b/hw/xwin/glx/indirect.c @@ -1128,7 +1128,7 @@ glxWinSetPixelFormat(HDC hdc, int bppOverride, int drawableTypeOverride, and see if we can find a suitable one... */ ErrorF - ("glxWinSetPixelFormat: having second thoughts: cColorbits %d, bppOveride %d; config->drawableType %d, drawableTypeOverride %d\n", + ("glxWinSetPixelFormat: having second thoughts: cColorbits %d, bppOverride %d; config->drawableType %d, drawableTypeOverride %d\n", (config->redBits + config->greenBits + config->blueBits), bppOverride, config->drawableType, drawableTypeOverride); diff --git a/include/scrnintstr.h b/include/scrnintstr.h index 71ef762ea..31467f5e5 100644 --- a/include/scrnintstr.h +++ b/include/scrnintstr.h @@ -248,7 +248,7 @@ typedef void (*CursorWarpedToProcPtr) (DeviceIntPtr /* pDev */ , int /*x */ , int /*y */ ); -typedef void (*CurserConfinedToProcPtr) (DeviceIntPtr /* pDev */ , +typedef void (*CursorConfinedToProcPtr) (DeviceIntPtr /* pDev */ , ScreenPtr /*pScreen */ , WindowPtr /*pWindow */ ); @@ -583,7 +583,7 @@ typedef struct _Screen { RecolorCursorProcPtr RecolorCursor; SetCursorPositionProcPtr SetCursorPosition; CursorWarpedToProcPtr CursorWarpedTo; - CurserConfinedToProcPtr CursorConfinedTo; + CursorConfinedToProcPtr CursorConfinedTo; /* GC procedures */ diff --git a/xkb/xkbAccessX.c b/xkb/xkbAccessX.c index 3a65a3d8f..7c9566dbf 100644 --- a/xkb/xkbAccessX.c +++ b/xkb/xkbAccessX.c @@ -623,7 +623,7 @@ AccessXFilterReleaseEvent(DeviceEvent *event, DeviceIntPtr keybd) /* Don't transmit the KeyRelease if SlowKeys is turned on and * the user didn't hold the key long enough. We know we passed - * the key if the down bit was set by CoreProcessKeyboadEvent. + * the key if the down bit was set by CoreProcessKeyboardEvent. */ if (ctrls->enabled_ctrls & XkbSlowKeysMask) { xkbAccessXNotify ev;