mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Fix various typos across the codebase
This commit is contained in:
parent
60aab98e8d
commit
be37f9a564
21 changed files with 40 additions and 40 deletions
|
|
@ -62,7 +62,7 @@ output_virtual_add(struct server *server, const char *output_name,
|
|||
wlr_output_set_name(wlr_output, output_name);
|
||||
}
|
||||
if (store_wlr_output) {
|
||||
/* Ensures that we can use the new wlr_output pointer within new_output_nofity() */
|
||||
/* Ensures that we can use the new wlr_output pointer within new_output_notify() */
|
||||
*store_wlr_output = wlr_output;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue