Fix some typos (#1907)
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
This commit is contained in:
parent
d6241a3086
commit
60527ab180
10 changed files with 23 additions and 23 deletions
|
|
@ -44,7 +44,7 @@ void Events::listener_change(wl_listener* listener, void* data) {
|
|||
}
|
||||
|
||||
void Events::listener_newOutput(wl_listener* listener, void* data) {
|
||||
// new monitor added, let's accomodate for that.
|
||||
// new monitor added, let's accommodate for that.
|
||||
const auto OUTPUT = (wlr_output*)data;
|
||||
|
||||
// for warping the cursor on launch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue