summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index bcec4f6..b2daf7a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -750,7 +750,7 @@ init_screen (rp_screen *s, int screen_num)
defaults.bar_border_width,
s->fg_color, s->bg_color);
- /* Setup the window that will recieve all keystrokes once the prefix
+ /* Setup the window that will receive all keystrokes once the prefix
key has been pressed. */
s->key_window = XCreateSimpleWindow (dpy, s->root, 0, 0, 1, 1, 0,
WhitePixel (dpy, s->screen_num),