From: Ulrich Ölmann Date: Thu, 18 Mar 2021 08:43:13 +0000 (+0100) Subject: shutdown: fix typo X-Git-Tag: v248-2~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c0c1b095c066843da812cbbfac20609a0551892;p=thirdparty%2Fsystemd.git shutdown: fix typo --- diff --git a/src/shutdown/shutdown.c b/src/shutdown/shutdown.c index 0d07865542e..d2b162994c9 100644 --- a/src/shutdown/shutdown.c +++ b/src/shutdown/shutdown.c @@ -487,7 +487,7 @@ int main(int argc, char *argv[]) { /* There are things we cannot get rid of. Loop one more time * with LOG_ERR to inform the user. Note that we don't need * to do this if there is a initrd to switch to, because that - * one is likely to get rid of the remounting mounts. If not, + * one is likely to get rid of the remaining mounts. If not, * it will log about them. */ umount_log_level = LOG_ERR; continue;