summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Schaumann <jschauma@netmeister.org>2022-01-26 10:02:39 -0500
committerJan Rybar <jrybar@redhat.com>2022-03-21 15:21:08 +0000
commit31d04aa43768e9136fc9d1c4432fac167db089a9 (patch)
treea2efdc676ae2da440065ff260e392b703841056e /src
parent074b2d548daa240032ec7267bdedc2afb740c696 (diff)
downloadpolkit-31d04aa43768e9136fc9d1c4432fac167db089a9.tar.gz
error message grammar improvement
Diffstat (limited to 'src')
-rw-r--r--src/programs/pkexec.c4
1 files changed, 2 insertions, 2 deletions
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");