From: Ikko Eltociear Ashimine Date: Sat, 30 Sep 2023 07:53:10 +0000 (+0900) Subject: Fix typo in output.c X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=3f0cf9c3a852d70aa57b0b436d39be18c661af58;p=proto%2Flabwc.git Fix typo in output.c specifc -> specific --- diff --git a/src/output.c b/src/output.c index 1677995b..b5d5a601 100644 --- a/src/output.c +++ b/src/output.c @@ -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 {