From bf8d2e146e7e54aed28c5656a28383ae28964c50 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 22 Apr 2021 18:32:14 +0200 Subject: Fix some typos Signed-off-by: Elyes HAOUAS --- src/arctica-greeter.vala | 2 +- src/settings-daemon.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/arctica-greeter.vala b/src/arctica-greeter.vala index 70f282f..96a98ce 100644 --- a/src/arctica-greeter.vala +++ b/src/arctica-greeter.vala @@ -646,7 +646,7 @@ public class ArcticaGreeter out to relieve memory pressure." With systemd version 239 the ulimit for RLIMIT_MEMLOCK was set to 16 MiB - and therefore the mlockall call would fail. This is lucky becasue the subsequent mmap would not fail. + and therefore the mlockall call would fail. This is lucky because the subsequent mmap would not fail. With systemd version 240 the RLIMIT_MEMLOCK is now set to 64 MiB and now the mlockall no longer fails. However, it not possible to mmap in all diff --git a/src/settings-daemon.vala b/src/settings-daemon.vala index 4a7b75f..9080f3f 100644 --- a/src/settings-daemon.vala +++ b/src/settings-daemon.vala @@ -77,7 +77,7 @@ public class SettingsDaemon : Object /* The power plugin does the screen saver screen blanking and disables * the builtin X screen saver. It relies on mate-screensaver to generate * the event to trigger this (which actually comes from mate-session). - * We implement the mate-screensaver inteface and start the settings + * We implement the mate-screensaver interface and start the settings * daemon once it is registered on the bus so mate-screensaver is not * started when it accesses this interface */ screen_saver = new ScreenSaverInterface (); -- cgit v1.2.3