From e4d089fb52f8d779ab3d4f723a8c37390056cfb1 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 27 Feb 2023 20:16:17 -0800 Subject: [PATCH] util: fix typo --- lib/mks-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mks-util.c b/lib/mks-util.c index d6d31d0..60ccb93 100644 --- a/lib/mks-util.c +++ b/lib/mks-util.c @@ -57,7 +57,7 @@ _mks_util_init (void) * directoin we can use that instead of checking the GSetting. * * TODO: This won't handle Flatpak because we won't have access to the - * host setting for the GSetting. Additionally, it wont work with jhbuild + * host setting for the GSetting. Additionally, it won't work with jhbuild * for the same reasons (likely using alternate GSettings/dconf). * * But this is better than nothing for the time being and provides an