mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
Fix typo in output.c
specifc -> specific
This commit is contained in:
parent
4b887657bd
commit
3f0cf9c3a8
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ output_config_apply(struct server *server,
|
|||
|
||||
wlr_output_enable(o, output_enabled);
|
||||
if (output_enabled) {
|
||||
/* Output specifc actions only */
|
||||
/* Output specific actions only */
|
||||
if (head->state.mode) {
|
||||
wlr_output_set_mode(o, head->state.mode);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue