[gnome-keyring] Fixed two typos in messages
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring] Fixed two typos in messages
- Date: Wed, 29 Mar 2017 06:40:25 +0000 (UTC)
commit 126068474134e16c09709725b0e19caa9e517aac
Author: Maximilian Hess <mail maximilianhess com>
Date: Tue Mar 7 09:50:48 2017 +0100
Fixed two typos in messages
https://bugzilla.gnome.org/show_bug.cgi?id=779744
daemon/gkd-capability.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/daemon/gkd-capability.c b/daemon/gkd-capability.c
index cc3d2a4..9afe303 100644
--- a/daemon/gkd-capability.c
+++ b/daemon/gkd-capability.c
@@ -80,11 +80,11 @@ gkd_capability_obtain_capability_and_drop_privileges (void)
early_error ("error getting process capabilities");
break;
case CAPNG_NONE:
- early_warning ("insufficient process capabilities, unsecure memory might get used");
+ early_warning ("insufficient process capabilities, insecure memory might get used");
break;
case CAPNG_PARTIAL: /* File system based capabilities */
if (!capng_have_capability (CAPNG_EFFECTIVE, CAP_IPC_LOCK)) {
- early_warning ("insufficient process capabilities, unsecure memory might get
used");
+ early_warning ("insufficient process capabilities, insecure memory might get
used");
/* Drop all capabilities */
capng_clear (CAPNG_SELECT_BOTH);
capng_apply (CAPNG_SELECT_BOTH);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]