mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Fix spelling/wording issues
Most (but not all) of these were found by using codespell --builtin clear,rare,usage,informal,code,names but not everything reported by that was fixed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
@@ -87,7 +87,7 @@ shadowGetImage(DrawablePtr pDrawable, int sx, int sy, int w, int h,
|
||||
|
||||
shadowBuf(pScreen);
|
||||
|
||||
/* Many apps use GetImage to sync with the visable frame buffer */
|
||||
/* Many apps use GetImage to sync with the visible frame buffer */
|
||||
if (pDrawable->type == DRAWABLE_WINDOW)
|
||||
shadowRedisplay(pScreen);
|
||||
unwrap(pBuf, pScreen, GetImage);
|
||||
|
||||
Reference in New Issue
Block a user