[systemd-devel] [PATCH 2/2] Applying fixes from here: https://github.com/torstehu/systemd/commit/b6fdeb618cf2f3ce1645b3315f15f482710c7ffa Thanks to Torstein Husebo <torstein at huseboe.net>.

Veres Lajos vlajos at gmail.com
Mon Dec 29 01:45:59 PST 2014


---
 NEWS                         |    2 +-
 src/journal/journald-audit.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 7079d41..d4d505d 100644
--- a/NEWS
+++ b/NEWS
@@ -3555,7 +3555,7 @@ CHANGES WITH 190:
           keys all the time, even in graphical sessions. If DEs want
           to handle these events on their own they should take the new
           handle-power-key, handle-sleep-key and handle-lid-switch
-          inhibitors during their runtime. A simple way to archive
+          inhibitors during their runtime. A simple way to achieve
           that is to invoke the DE wrapped in an invocation of:
 
           systemd-inhibit --what=handle-power-key:handle-sleep-key:handle-lid-switch ...
diff --git a/src/journal/journald-audit.c b/src/journal/journald-audit.c
index fd5b710..20936f4 100644
--- a/src/journal/journald-audit.c
+++ b/src/journal/journald-audit.c
@@ -240,7 +240,7 @@ static const MapField map_fields_kernel[] = {
         {}
 };
 
-/* Userspace fields are thos occurring in the audit string after
+/* Userspace fields are those occurring in the audit string after
  * msg='. All of these fields are untrusted, hence carry no "_"
  * prefix. We map the fields we don't know to AUDIT_FIELD_XYZ= */
 static const MapField map_fields_userspace[] = {
-- 
1.7.10.4



More information about the systemd-devel mailing list