From: Yu Watanabe Date: Sat, 5 Jul 2025 16:42:24 +0000 (+0900) Subject: analyze: fix typo X-Git-Tag: v258-rc1~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f89a52e3600cca5f3f59447140c867d61cdc3b82;p=thirdparty%2Fsystemd.git analyze: fix typo Follow-up for 9a08000d186396bc8bcb8fe057720417543c3bf0. --- diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index a43ae3bdb45..cc50eb410ac 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c @@ -422,7 +422,7 @@ static int parse_argv(int argc, char *argv[]) { * normally. */ if (unit_shell >= 0) { - optind--; /* don't processs this argument, go one step back */ + optind--; /* don't process this argument, go one step back */ goto done; } if (streq(optarg, "unit-shell"))