Skip to content

Commit

Permalink
Fix typos found by Lintian
Browse files Browse the repository at this point in the history
  • Loading branch information
bluca authored and jrybar-rh committed Feb 9, 2024
1 parent f93c746 commit 180ff19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/man/pkexec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
Upon successful completion, the return value is the return value
of <replaceable>PROGRAM</replaceable>. If the calling process is
not authorized or an authorization could not be obtained through
authentication or an error occured, <command>pkexec</command>
authentication or an error occurred, <command>pkexec</command>
exits with a return value of 127. If the authorization could not
be obtained because the user dismissed the authentication
dialog, <command>pkexec</command> exits with a return value of
Expand Down
2 changes: 1 addition & 1 deletion src/programs/pkexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ main (int argc, char *argv[])
/* set close_on_exec on all file descriptors except stdin, stdout, stderr */
if (!fdwalk (set_close_on_exec, GINT_TO_POINTER (3)))
{
g_printerr ("Error setting close-on-exec for file desriptors\n");
g_printerr ("Error setting close-on-exec for file descriptors\n");
goto out;
}

Expand Down

0 comments on commit 180ff19

Please sign in to comment.