summaryrefslogtreecommitdiff
path: root/src/login/logind-dbus.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-02-07 17:49:26 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-02-08 02:36:22 +0900
commit153c8624aa23b6f220a84246f20221ff6a685378 (patch)
treef4aea019e9402782bfd76068f867693b9dcfc3a3 /src/login/logind-dbus.c
parent2f7a0648cdf73d30bae6d0ab627abe77c4ba90ec (diff)
downloadsystemd-153c8624aa23b6f220a84246f20221ff6a685378.tar.gz
login: typo fix
Diffstat (limited to 'src/login/logind-dbus.c')
-rw-r--r--src/login/logind-dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/logind-dbus.c b/src/login/logind-dbus.c
index 5c4341df2b..e801f24532 100644
--- a/src/login/logind-dbus.c
+++ b/src/login/logind-dbus.c
@@ -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)