summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristopher Chavez <chrischavez@gmx.us>2021-05-03 15:46:44 +0000
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-05-03 19:08:03 +0000
commit32491b02c76ac22f99dc433a32466e22bdc181a7 (patch)
tree4d235008e46dc72ee8e7f77b28da5dbe5d914c33 /include
parent5faa8dc0b364f55f19034c370436074646d9ad54 (diff)
Xlib.h: spelling fix in comment
Diffstat (limited to 'include')
-rw-r--r--include/X11/Xlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/Xlib.h b/include/X11/Xlib.h
index 65f81492..5faf83be 100644
--- a/include/X11/Xlib.h
+++ b/include/X11/Xlib.h
@@ -367,7 +367,7 @@ typedef struct _XImage {
int bitmap_bit_order; /* LSBFirst, MSBFirst */
int bitmap_pad; /* 8, 16, 32 either XY or ZPixmap */
int depth; /* depth of image */
- int bytes_per_line; /* accelarator to next line */
+ int bytes_per_line; /* accelerator to next line */
int bits_per_pixel; /* bits per pixel (ZPixmap) */
unsigned long red_mask; /* bits in z arrangement */
unsigned long green_mask;