From 25d588e6c02ff9c540ccd107c835881ca113c497 Mon Sep 17 00:00:00 2001 From: luz paz Date: Mon, 28 Mar 2022 16:43:03 -0400 Subject: Fix typos in doxygen and source comments --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index d7dd9b428..8c07f02e9 100644 --- a/meson.build +++ b/meson.build @@ -366,7 +366,7 @@ if x11_dep.found() and xext_dep.found() prop = meson.get_external_property('ipc_rmid_deferred_release', 'auto') # We don't know the type of prop (bool, string) but need to differentiate # between a set value (bool) or the fallback value (string), so convert to - # a string and chec the string value. + # a string and check the string value. prop_str = '@0@'.format(prop) if prop_str in ['true', 'false'] ipc_rmid_deferred_release = (prop_str == 'true') -- cgit v1.2.1