From: Mike Yuan Date: Wed, 6 Mar 2024 18:53:43 +0000 (+0800) Subject: sleep: fix typo (sysupend -> suspend) X-Git-Tag: v256-rc1~606^2 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=45df233e5f8ad93eace3982089bb8883e524339c;p=systemd%2F.git sleep: fix typo (sysupend -> suspend) --- diff --git a/src/sleep/sleep.c b/src/sleep/sleep.c index 16ad48b386..0f619ce0f5 100644 --- a/src/sleep/sleep.c +++ b/src/sleep/sleep.c @@ -606,7 +606,7 @@ static int run(int argc, char *argv[]) { } else log_notice("User sessions remain unfrozen on explicit request " "($SYSTEMD_SLEEP_FREEZE_USER_SESSIONS is set to false). This is not recommended, " - "and might result in unexpected behavior, particularly in sysupend-then-hibernate " + "and might result in unexpected behavior, particularly in suspend-then-hibernate " "operations or setups with encrypted home directories."); switch (arg_operation) {