Fix typos

Signed-off-by: Diego Viola <diego.viola@gmail.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2134>
This commit is contained in:
Diego Viola
2026-03-03 06:49:59 -03:00
committed by Enrico Weigelt, metux IT consult
parent 4892a42d40
commit d5bcf62732
13 changed files with 13 additions and 13 deletions

View File

@@ -3948,7 +3948,7 @@ ProcEstablishConnection(ClientPtr client)
prefix = (xConnClientPrefix *) ((char *) stuff + sz_xReq);
if (client->swapped && !dixSettingAllowByteSwappedClients) {
reason = "Prohibited client endianess, see the Xserver man page ";
reason = "Prohibited client endianness, see the Xserver man page ";
} else if ((client->req_len << 2) != sz_xReq + sz_xConnClientPrefix +
pad_to_int32(prefix->nbytesAuthProto) +
pad_to_int32(prefix->nbytesAuthString))

View File

@@ -856,7 +856,7 @@ and RemoveEnabledDevice are in Xserver/os/connection.c.
<para>
Similarly, the X server or an extension may need to wait for some timeout.
Early X releases implemented this functionality using block and wakeup handlers,
but this has been rewritten to use a general timer facilty, and the
but this has been rewritten to use a general timer facility, and the
internal screen saver facilities reimplemented to use Timers.
These functions are TimerInit, TimerForce, TimerSet, TimerCancel,
and TimerFree, as defined in Xserver/include/os.h. A callback function will be called

View File

@@ -442,7 +442,7 @@ InitOutput(int argc, char **argv)
/*
* Sort the drivers to match the requested ording. Using a slow
* Sort the drivers to match the requested ordering. Using a slow
* bubble sort.
*/
for (j = 0; j < xf86NumScreens - 1; j++) {

View File

@@ -134,7 +134,7 @@ enable as much hardware as possible using some fairly simple heuristics.
The 'canGrow' parameter indicates that the frame buffer does not have a fixed
size. When the frame buffer has a fixed size, the configuration selects a
'reasonablely large' frame buffer so that common reconfiguration options are
'reasonably large' frame buffer so that common reconfiguration options are
possible. For resizable frame buffers, the frame buffer is set to the smallest
size that encloses the desired configuration.

View File

@@ -100,7 +100,7 @@ cause some tearing on these displays, but it prevents a permanent or periodic
slowdown or irritating judder of animations if not all video outputs are running
synchronized with each other and with the same refresh rate. There is no perfect
solution apart from perfectly synchronized outputs, but this option may give
preferrable results if the displays in a multi-display setup mirror or clone
preferable results if the displays in a multi-display setup mirror or clone
each other. The default is
.B off.
.TP

View File

@@ -79,7 +79,7 @@ typedef struct _DRIScreenPrivRec {
DRIContextPrivPtr myContextPriv; /* Pointer to server's private area */
DRIContextPrivPtr lastPartial3DContext; /* last one partially saved */
void **hiddenContextStore; /* hidden X context */
void **partial3DContextStore; /* parital 3D context */
void **partial3DContextStore; /* partial 3D context */
DRIInfoPtr pDriverInfo;
int nrWindows;
int nrWindowsVisible;

View File

@@ -585,7 +585,7 @@ typedef struct _ExaDriver {
* @return TRUE if PrepareAccess() successfully prepared the pixmap for CPU
* drawing.
* @return FALSE if PrepareAccess() is unsuccessful and EXA should use
* DownloadFromScreen() to migate the pixmap out.
* DownloadFromScreen() to mitigate the pixmap out.
*/
Bool (*PrepareAccess) (PixmapPtr pPix, int index);

View File

@@ -123,7 +123,7 @@ typedef pixman_format_code_t PictFormatShort;
* 256 PolicyColor (only on PseudoColor)
*
* The actual allocation code lives in miindex.c, and so is
* austensibly server dependent, but that code does:
* ostensibly server dependent, but that code does:
*
* PolicyMono Allocate no additional colors, use black and white
* PolicyGray Allocate 13 gray levels (11 cells used)

View File

@@ -144,7 +144,7 @@ typedef struct {
*/
typedef struct {
CARD8 majorversion; /* module-specific major version */
CARD8 minorversion; /* moudle-specific minor version */
CARD8 minorversion; /* module-specific minor version */
CARD16 patchlevel; /* module-specific patch level */
const char *abiclass; /* ABI class that the module uses */
CARD32 abiversion; /* ABI version */

View File

@@ -147,7 +147,7 @@ request_XIGetSelectedEvents(xXIGetSelectedEventsReq * req, int error)
client->req_len (see above). We previously had to swap it here, so
that ProcXIPassiveGrabDevice() will swap it back. Since that's gone
now, still swapping itself would break if this function is called
again and writing back a errornously swapped value
again and writing back a erroneously swapped value
*/
swapl(&req->win);

View File

@@ -153,7 +153,7 @@ request_XIPassiveGrabDevice(ClientPtr client, xXIPassiveGrabDeviceReq * req,
client->req_len (see above). We previously had to swap it here, so
that ProcXIPassiveGrabDevice() will swap it back. Since that's gone
now, still swapping itself would break if this function is called
again and writing back a errornously swapped value
again and writing back a erroneously swapped value
*/
swapl(&req->time);

View File

@@ -116,7 +116,7 @@ request_XISelectEvent(xXISelectEventsReq * req, int error)
client->req_len (see above). We previously had to swap it here, so
that ProcXIPassiveGrabDevice() will swap it back. Since that's gone
now, still swapping itself would break if this function is called
again and writing back a errornously swapped value
again and writing back a erroneously swapped value
*/
swapl(&req->win);

View File

@@ -76,7 +76,7 @@ request_XISetClientPointer(xXISetClientPointerReq * req, int error)
client->req_len (see above). We previously had to swap it here, so
that ProcXIPassiveGrabDevice() will swap it back. Since that's gone
now, still swapping itself would break if this function is called
again and writing back a errornously swapped value
again and writing back a erroneously swapped value
*/
swapl(&req->win);