summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 12:10:01 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 12:10:01 -0800
commit1ec1f06dafe5510426ba2d3396d65acfd49b347b (patch)
tree5e68edf4acd48022ac1a1c94d5756c69fa56af0d /src/screen.h
parent12ae76feef16024a0911b0e61e64266b449599e7 (diff)
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.h b/src/screen.h
index 583597a..39603df 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -89,7 +89,7 @@ typedef struct ScreenInfo {
MenuRoot *Windows; /* the TwmWindows menu */
TwmWindow *Ring; /* one of the windows in window ring */
- TwmWindow *RingLeader; /* current winodw in ring */
+ TwmWindow *RingLeader; /* current window in ring */
MouseButton Mouse[MAX_BUTTONS + 1][NUM_CONTEXTS][MOD_SIZE];
MouseButton DefaultFunction;