Skip to content

Commit

Permalink
pkexec: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
UTsweetyfish authored and jrybar-rh committed Mar 19, 2024
1 parent 00e68f4 commit 3cc4847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/programs/pkexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3cc4847

Please sign in to comment.