]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Fix typo in output.c
authorIkko Eltociear Ashimine <eltociear@gmail.com>
Sat, 30 Sep 2023 07:53:10 +0000 (16:53 +0900)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 30 Sep 2023 07:58:54 +0000 (08:58 +0100)
specifc -> specific

src/output.c

index 1677995b23f5d13050e04796b296abcb1177f4c1..b5d5a60171d5233ff1f04c6679abe1ac93904ccb 100644 (file)
@@ -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 {