PolicyKit: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Mar 21 15:27:13 UTC 2022


 src/programs/pkexec.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 31d04aa43768e9136fc9d1c4432fac167db089a9
Author: Jan Schaumann <jschauma at netmeister.org>
Date:   Wed Jan 26 10:02:39 2022 -0500

    error message grammar improvement

diff --git a/src/programs/pkexec.c b/src/programs/pkexec.c
index 84e5ef6..a45aa12 100644
--- a/src/programs/pkexec.c
+++ b/src/programs/pkexec.c
@@ -404,7 +404,7 @@ validate_environment_variable (const gchar *key,
       if (!is_valid_shell (value))
         {
           log_message (LOG_CRIT, TRUE,
-                       "The value for the SHELL variable was not found the /etc/shells file");
+                       "The value for the SHELL variable was not found in the /etc/shells file");
           g_printerr ("\n"
                       "This incident has been reported.\n");
           goto out;
@@ -415,7 +415,7 @@ validate_environment_variable (const gchar *key,
            strstr (value, "..") != NULL)
     {
       log_message (LOG_CRIT, TRUE,
-                   "The value for environment variable %s contains suscipious content",
+                   "The value for environment variable %s contains suspicious content",
                    key);
       g_printerr ("\n"
                   "This incident has been reported.\n");


More information about the hal-commit mailing list