From 3f0cf9c3a852d70aa57b0b436d39be18c661af58 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 30 Sep 2023 16:53:10 +0900 Subject: [PATCH] Fix typo in output.c specifc -> specific --- src/output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {