From 3cc48477a2a0e2105b646cb67d8b7eb9bf0719c9 Mon Sep 17 00:00:00 2001 From: Tianyu Chen <124018391+UTsweetyfish@users.noreply.github.com> Date: Fri, 15 Mar 2024 18:16:35 +0800 Subject: [PATCH] pkexec: fix typo --- src/programs/pkexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/programs/pkexec.c b/src/programs/pkexec.c index 2a46ef41..aa1ac871 100644 --- a/src/programs/pkexec.c +++ b/src/programs/pkexec.c @@ -517,7 +517,7 @@ main (int argc, char *argv[]) setenv ("GIO_USE_VFS", "local", 1); /* First process options and find the command-line to invoke. Avoid using fancy library routines - * that depend on environtment variables since we haven't cleared the environment just yet. + * that depend on environment variables since we haven't cleared the environment just yet. */ opt_show_help = FALSE; opt_show_version = FALSE;