From 75f513407c787720b4208a9aad4ee63539386199 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sun, 3 Mar 2024 12:48:20 +0100 Subject: [PATCH] Fix typo --- tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/meson.build b/tests/meson.build index 5e662bb..10531a5 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -39,7 +39,7 @@ if check.found() xvfb_args = ['-s', '-screen 0 1400x900x24 -ac +extension GLX +render -noreset'] xvfb_h_output = run_command(xvfb, '-h', capture: true, check: false) if xvfb_h_output.stdout().contains('--auto-display') - # becasue Arch and Fedora + # because Arch and Fedora xvfb_args += ['-d'] else xvfb_args += ['-a']