sleep: fix typo (sysupend -> suspend)
authorMike Yuan <me@yhndnzj.com>
Wed, 6 Mar 2024 18:53:43 +0000 (02:53 +0800)
committerMike Yuan <me@yhndnzj.com>
Thu, 7 Mar 2024 17:10:10 +0000 (01:10 +0800)
src/sleep/sleep.c

index 16ad48b3862cd27d45779e996de75981eccbcd8b..0f619ce0f5fc22d7ef233c2dcc89f1146aba5012 100644 (file)
@@ -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) {