Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ragnar.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ xerror(Display *dpy, XErrorEvent *ee)
* @param s The window manager's state
* This function establishes a connection to the X server,
* sets up the root window and window manager keybindings.
* The event mask of the root window is being cofigured to
* The event mask of the root window is being configured to
* listen to necessary events.
* After the configuration of the root window, all the specified
* keybinds in the config are grabbed by the window manager.
Expand Down