1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

login: typo fix

This commit is contained in:
Michael Biebl 2022-02-07 17:49:26 +01:00 committed by Yu Watanabe
parent 2f7a0648cd
commit 153c8624aa

View 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)