Fix typo in output.c

specifc -> specific
This commit is contained in:
Ikko Eltociear Ashimine 2023-09-30 16:53:10 +09:00 committed by Johan Malm
parent 4b887657bd
commit 3f0cf9c3a8

View file

@ -298,7 +298,7 @@ output_config_apply(struct server *server,
wlr_output_enable(o, output_enabled); wlr_output_enable(o, output_enabled);
if (output_enabled) { if (output_enabled) {
/* Output specifc actions only */ /* Output specific actions only */
if (head->state.mode) { if (head->state.mode) {
wlr_output_set_mode(o, head->state.mode); wlr_output_set_mode(o, head->state.mode);
} else { } else {