mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
Treewide: 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 the result of `git apply commit.diff --reject` applied one8f452231267c82078fedoes not apply to Xlibre Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
committed by
Enrico Weigelt
parent
3783d7eeee
commit
e6a0fa4b0c
@@ -354,7 +354,7 @@ ScreenSaverFreeSuspend(void *value, XID id)
|
||||
screenSaverSuspended = FALSE;
|
||||
|
||||
/* The screensaver could be active, since suspending it (by design)
|
||||
doesn't prevent it from being forceably activated */
|
||||
doesn't prevent it from being forcibly activated */
|
||||
#ifdef DPMSExtension
|
||||
if (screenIsSaved != SCREEN_SAVER_ON && DPMSPowerLevel == DPMSModeOn)
|
||||
#else
|
||||
|
||||
@@ -359,7 +359,7 @@ ProcXF86BigfontQueryFont(ClientPtr client)
|
||||
|
||||
if (dixLookupFontable(&pFont, stuff->id, client, DixGetAttrAccess) !=
|
||||
Success)
|
||||
return BadFont; /* procotol spec says only error is BadFont */
|
||||
return BadFont; /* protocol spec says only error is BadFont */
|
||||
|
||||
pmax = FONTINKMAX(pFont);
|
||||
pmin = FONTINKMIN(pFont);
|
||||
|
||||
@@ -219,7 +219,7 @@ ProcXvMCCreateContext(ClientPtr client)
|
||||
}
|
||||
}
|
||||
|
||||
/* adaptor doesn't support this suface_type_id */
|
||||
/* adaptor doesn't support this surface_type_id */
|
||||
if (!surface)
|
||||
return BadMatch;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user