]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
login: typo fix
authorMichael Biebl <biebl@debian.org>
Mon, 7 Feb 2022 16:49:26 +0000 (17:49 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Feb 2022 17:36:22 +0000 (02:36 +0900)
src/login/logind-dbus.c

index 5c4341df2bf4c24bace0a179b1bc2a036e645b10..e801f2453207ada416cd896fd52a01b35ef46ea8 100644 (file)
@@ -3118,7 +3118,7 @@ static int method_set_wall_message(
         /* sysvinit has a 252 (256-(strlen(" \r\n")+1)) character
          * limit for the wall message. There is no real technical
          * need for that but doesn't make sense to store arbitrary
-         * armounts either.
+         * amounts either.
          * https://git.savannah.nongnu.org/cgit/sysvinit.git/tree/src/shutdown.c#n72)
         */
         if (strlen(wall_message) > 252)