summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristopher Chavez <chrischavez@gmx.us>2022-02-14 01:00:45 +0000
committerChristopher Chavez <chrischavez@gmx.us>2022-02-14 00:23:09 -0600
commitb83938f7f97aa6210b00835002e6e7d614b2374a (patch)
tree4372dc770146b58019524a273f15c9b01dc132bb /include
parent4791055682552b4cc8e775479700fb06980d0b59 (diff)
Xlib.h: fix spelling in comment
Signed-off-by: Christopher Chavez <chrischavez@gmx.us>
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 7d671972..f62fb470 100644
--- a/include/X11/Xlib.h
+++ b/include/X11/Xlib.h
@@ -193,7 +193,7 @@ typedef struct {
int fill_rule; /* EvenOddRule, WindingRule */
int arc_mode; /* ArcChord, ArcPieSlice */
Pixmap tile; /* tile pixmap for tiling operations */
- Pixmap stipple; /* stipple 1 plane pixmap for stipping */
+ Pixmap stipple; /* stipple 1 plane pixmap for stippling */
int ts_x_origin; /* offset for tile or stipple operations */
int ts_y_origin;
Font font; /* default text font for text operations */